解决方法:
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

相关文章:

  • 2021-12-08
  • 2021-08-06
  • 2022-01-07
  • 2021-11-29
  • 2021-10-28
  • 2021-08-24
猜你喜欢
  • 2021-05-18
  • 2021-06-28
  • 2022-12-23
  • 2021-09-05
  • 2021-07-12
  • 2021-11-05
  • 2021-08-31
相关资源
相似解决方案