tinkerpatch-easy-sample icon indicating copy to clipboard operation
tinkerpatch-easy-sample copied to clipboard

patch 更新后进入apk 报错

Open mohongwu opened this issue 4 years ago • 1 comments

java.lang.RuntimeException:Unable to start activity ComponentInfo{com.smec.moblie/com.smec.moblie.activity.LoginActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.

2 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3303) 3 ...... 4 Caused by: 5 java.lang.IllegalStateException:You need to use a Theme.AppCompat theme (or descendant) with this activity. 6 android.support.v7.app.AppCompatDelegateImplV7.createSubDecor(AppCompatDelegateImplV7.java:343) 7 android.support.v7.app.AppCompatDelegateImplV7.ensureSubDecor(AppCompatDelegateImplV7.java:312) 8 android.support.v7.app.AppCompatDelegateImplV7.setContentView(AppCompatDelegateImplV7.java:277) 9 android.support.v7.app.AppCompatActivity.setContentView(AppCompatActivity.java:140) 10 com.smec.moblie.activity.LoginActivity.setContentView(LoginActivity.java:128) 11 com.smec.moblie.activity.BaseActivity.onCreate(BaseActivity.java:71) 12 android.app.Activity.performCreate(Activity.java:7383) 13 android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1218) 14 android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3256) 15 android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3411) 16 android.app.ActivityThread.-wrap12(Unknown Source:0) 17 android.app.ActivityThread$H.handleMessage(ActivityThread.java:1994) 18 android.os.Handler.dispatchMessage(Handler.java:108) 19 android.os.Looper.loop(Looper.java:166) 20 android.app.ActivityThread.main(ActivityThread.java:7529) 21 java.lang.reflect.Method.invoke(Native Method) 22 com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:245) 23 com.android.internal.os.ZygoteInit.main(ZygoteInit.java:921)

mohongwu avatar May 21 '20 02:05 mohongwu

I met the same problem, did any one solve this ?

Jamishon avatar Jul 19 '23 08:07 Jamishon