android studio中运行 INSTALL_FAILED-NO_MATCHING_ABIS:Failed to extract native libraries,res=-113

defaultConfig{
  ...
}
splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a','x86_64'
universalApk true
}
}

猜你喜欢

转载自www.cnblogs.com/manong-xxf/p/12900591.html