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
}
}
posted @ 2020-05-16 15:05  码弄  阅读(975)  评论(0编辑  收藏  举报