Go to module build.gradle and within Android block add this script:
splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a', 'x86_64'
universalApk true
}
}
Go to module build.gradle and within Android block add this script:
splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a', 'x86_64'
universalApk true
}
}
本文标题:INSTALL_FAILED_NO_MATCHING_ABIS
本文链接:https://www.haomeiwen.com/subject/ndyahctx.html
网友评论