sisong / UnityAndroidHotUpdate

I no longer install and use Unity3D. (Unity3D热更新。provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version apk file to achieve. )
MIT License
192 stars 49 forks source link

Android API 21,22 CRASH on simulator #22

Closed sisong closed 5 years ago

sisong commented 5 years ago

crash after re dlopen libunity.so, test on simulator;
before this,have a another crash:
crash after open("/storage/sdcard/Android/data/<app id>/files/il2cpp/SymbolMap-ARM64",577) (test remove ARM64 lib is have same crash)

sisong commented 5 years ago

another app run ok on these simulator

sisong commented 5 years ago

(ps: fixed by preload in native c++ code)