安卓修改so后安装出错
2024-3-13 00:0:0 Author: www.giantbranch.cn(查看原文) 阅读量:0 收藏

有时候修改完so后,无法安装,报错

1
INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2

主要是因为在AndroidManifest.xml的application标签中的属性extractNativeLibs为false

1
android:extractNativeLibs="false"

将其删除,或者改为true

1
android:extractNativeLibs="true"

假如你看不到评论,可能是你访问Disqus被墙了,请使用代理访问


文章来源: https://www.giantbranch.cn/2024/03/13/%E5%AE%89%E5%8D%93%E4%BF%AE%E6%94%B9so%E5%90%8E%E5%AE%89%E8%A3%85%E5%87%BA%E9%94%99/
如有侵权请联系:admin#unsafe.sh