admin管理员组文章数量:1287637
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android=";
package="jp.tyrano.tyranoplayerframework">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.NoActionBar">
<activity
android:name=".MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
I am an amateur in AndroidStudio and new to programming as well. In line 10 of the above AndroidManifest.xml description, I get the error “cannot resolve symbol ‘@ style theme appcompat noactionbar’”, and I would like to know how to solve this problem.
I tried the following two solutions described on the net, but they did not solve the problem.
- Close the project and import again.
- Try “File -> 'Invalidate Caches / Restart
本文标签:
版权声明:本文标题:android studio - How to resolve the error “cannot resolve symbol ‘@ style theme appcompat noactionbar’” output in AndroidStudio 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741270827a2369259.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论