android-pluginmgr icon indicating copy to clipboard operation
android-pluginmgr copied to clipboard

java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

Open icepeach1220 opened this issue 5 years ago • 0 comments

宿主apk的activity是继承AppCompatActivity,在xml文件中: <application android:name=".App" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:theme="@style/AppTheme"> 报错 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.xxxxx/androidx.pluginmgr.DynamicActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

修改DynamicActivity中的android:theme或者让DynamicActivity继承AppCompatActivity均不可,请问有什么办法?

icepeach1220 avatar Jun 24 '19 06:06 icepeach1220