SamLee
SamLee
补充下 经过测试,API 19 - 23 版本 (has Multidex support) 都可以正常启动,其它版本暂时没试过。
1、你要确定是apicloud的apk 2、如果第1点满足,你得发下apk的样本链接 这样才能定位你说的问题 @weiyf
失败的原因是无法正确处理arm64版本的so文件 但可以正常处理arm32版本的,目前先根据arm32版本做修补 后续有时间再重新处理下arm64版本的so文件 已做修补, 可以获取下最新的代码后再使用 @weiyf
arm64的处理可以借助于 [ExAndroidNativeEmu](https://github.com/maiyao1988/ExAndroidNativeEmu) 我后续得找时间再做处理,你可以先参考参考 @weiyf
I've also encountered such problem on android-x86-7.1-rc1. after debugging the installer app, i found out that it's a permission problem. see the source code below ``` for (File dir :...
这个初步看了下应该是另外的解密逻辑 加了 avm 之类的逻辑 我得找时间单独看看