原生本地打包:
- MainActivity 继承了PandoraEntry: MainActivity extends PandoraEntry
- AndroidManifest.xml 中
<activity android:name=".MainActivity" android:theme="@style/AppTheme" ...
3.debug没有问题,打包安装运行时报错:
java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
请问是什么原因,android:theme应该怎么配置才不报错?
3***@qq.com
你继承Activity
2021-05-20 18:04