Android之You need to use a Theme.AppCompat theme (or descendant) with this activity.
生活随笔
收集整理的這篇文章主要介紹了
Android之You need to use a Theme.AppCompat theme (or descendant) with this activity.
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1 問題
點擊activity的時候,崩潰日志如下
You need to use a Theme.AppCompat theme (or descendant) with this activity.?
?
?
?
2 原因
我類的activity是繼承了有主題的activity,但是我在AndroidManifest.xml文件里面聲明這個類的時候設(shè)置的主題如下
android:theme="@android:style/Theme.Light.NoTitleBar"?
?
?
?
3 解決辦法
讓這個類繼承普通的Activity就行了
總結(jié)
以上是生活随笔為你收集整理的Android之You need to use a Theme.AppCompat theme (or descendant) with this activity.的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android之library clas
- 下一篇: Android之屏幕旋转之后当前acti