The currently selected variant "arm-debug" uses split APKs, but none of the 1 split apks are compati.
出现这种错误一般是在电脑上用模拟器运行APK的吧.可以在build.gradle中这样配置下:android{...defaultConfig{applicationId"XXXXXXX"minSdkVersion11targetSdkVersion21versionCode126versionName"1.2.6"ndk{//设置支持的SO库架构abiFilters'armeabi'//,'x8