didi / VirtualAPK

A powerful and lightweight plugin framework for Android
Apache License 2.0
8.98k stars 1.52k forks source link

activity 重建的问题 #370

Open mdoufei opened 4 years ago

mdoufei commented 4 years ago

插件中的 activity 加载成功后,会替换host 清单里的的 stub ,例如 com.didi.virtualapk.core.A$1 按下 home 键后,过段时间可能会触发 activty 重建,必然 crash ,请问这个有办法处理吗?

lihwbest commented 4 years ago

你的宿主应该是debug包吧,如果是release的话,应该就不会崩溃,而是跳转到首页了。

你看下VAInstrumentation的newActivity逻辑,里边有具体的逻辑处理。