s***@163.com
s***@163.com
  • 发布:2020-09-27 18:50
  • 更新:2021-01-21 09:48
  • 阅读:1946

打包后运行报错:You need to use a Theme.AppCompat theme (or descendant) with this activity.

分类:HTML5+

原生本地打包:

  1. MainActivity 继承了PandoraEntry: MainActivity extends PandoraEntry
  2. 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应该怎么配置才不报错?

2020-09-27 18:50 负责人:无 分享
已邀请:
梦枕雪

梦枕雪

我也遇到这个问题了 请问解决了吗?

该问题目前已经被锁定, 无法添加新回复