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

try hook linker for replace libunity.so ? #17

Closed sisong closed 5 years ago

sisong commented 5 years ago

fail hook linker or libdl.so

replace libunity.so in java code, ok! but replace libmain.so fail on android 9;
(ps: move from java to native c++ code)