Android Studio:You need to use a Theme.AppCompat theme (or descendant) with this activity. AlertDial
Posted sevenun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio:You need to use a Theme.AppCompat theme (or descendant) with this activity. AlertDial相关的知识,希望对你有一定的参考价值。
有两个解决办法:
1. 把我们当前的Activity所继承的ActionBarActivity,改为继承Activity(android.app.Activity)。
2.我出现错误的地方是因为使用了AlertDialog,发现我导入的android.support.v7.app.AlertDialog,然后我就改为导入android.app.AlertDialog就成功了。
以上是关于Android Studio:You need to use a Theme.AppCompat theme (or descendant) with this activity. AlertDial的主要内容,如果未能解决你的问题,请参考以下文章