解决方法:
android {
splits {
abi {
enable true
reset()
include ‘x86’, ‘armeabi-v7a’
universalApk true
}
}
Installation failed with message INSTALL_FAILED_NO_MATCHING_ABIS: Failed to extract native libraries

相关文章: