解决方法:gradle中配置
splits {
abi {
enable true
reset()
include 'x86', 'armeabi-v7a'
universalApk true
}
}
stackoverflow:http://stackoverflow.com/questions/24572052/install-failed-no-matching-abis-when-install-apk