码迷,mamicode.com
首页 > 移动开发 > 详细

Android Studio:You need to use a Theme.AppCompat theme (or descendant) with this activity. AlertDialog

时间:2016-09-09 22:31:10      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

有两个解决办法:

 

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. AlertDialog

标签:

原文地址:http://www.cnblogs.com/sevenun/p/5858083.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!