在使用主题的时候,报错
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
把Activity类继承AppCompatActivity改成Activity就可以。
本文介绍了一种常见的Android开发中遇到的问题:使用特定主题时出现“You need to use a Theme.AppCompat theme (or descendant) with this activity.”错误。文章提供了解决方案,即通过将Activity类从普通的Activity更改为AppCompatActivity来修复此问题。
在使用主题的时候,报错
Caused by: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
把Activity类继承AppCompatActivity改成Activity就可以。
2063
3387

被折叠的 条评论
为什么被折叠?