在低版本的android设备上,可以成功实现补丁效果,但在高版本的例如Android10版本的设备上,并未实现对于新增activity的跳转,并有以下错误提示
Tinker.TinkerUncaughtExceptionHandler: uncaughtException:Unable to find explicit activity class {com.tencent.bugly.hotfix.easy/com.tencent.bugly.hotfix.easy.ThirdActivity}; have you declared this activity in your AndroidManifest.xml?
Tinker.TinkerUncaughtExceptionHandler: tinker has fast crash 1 times
Tinker.UncaughtHandler: TinkerUncaughtHandler catch exception:android.content.ActivityNotFoundException: Unable to find explicit activity class {com.tencent.bugly.hotfix.easy/com.tencent.bugly.hotfix.easy.ThirdActivity}; have you declared this activity in your AndroidManifest.xml?
除此之外还导致二次进入应用的时候,发生长时间白屏之后崩溃并闪退