APK安装失败:Failed to extract native libraries
APK使用apktool重新编译后安装失败。
错误提示:Failure [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2]
可能是因为AndroidManifest.xml 中设置 extractNativeLibs= false导致的,将其修改为true。
参考资料: Failure [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2] · TesterHome