Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant)
生活随笔
收集整理的这篇文章主要介绍了
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant)
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant)
问题:
当在AndroidManifest.xml文件的application的节点设置了属性:
android:theme="@android:style/Theme.NoTitleBar"
Activity继承了ActionBarActivity就回出现上述错误。
解决办法:
让Activity去继承Activity而不是ActionBarActivity
总结
以上是生活随笔为你收集整理的Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant)的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: org.apache.subversio
- 下一篇: android.provider.doc