作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
为了使用支持操作栏,我的 Activity 必须扩展 ActionBarActivity,当我这样做并启动 Activity 时,应用程序崩溃并显示:
Exception: You need to use a Theme.AppCompat theme (or descendant) with this activity.
在我的 styles.xml 中有
<style name="AppBaseTheme" parent="@style/Theme.AppCompat.Light"></style>
在我的 AndroidManifest.xml 中我有违规 Activity
<activity android:name="com.example.test3.SettingsActivity"
android:theme="@style/AppBaseTheme" />
最佳答案
您必须检查其他包含样式文件的文件夹,它们可能会覆盖您的样式。
关于Android 异常 : You need to use a Theme. AppCompat 主题与此 Activity ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18764612/
我是一名优秀的程序员,十分优秀!