我的Android进阶之旅解决:The currently selected variant “debug“ uses split APKs, but none of the 1 split...
Posted 字节卷动
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我的Android进阶之旅解决:The currently selected variant “debug“ uses split APKs, but none of the 1 split...相关的知识,希望对你有一定的参考价值。
一、错误描述
在Github下载了一份代码,在本地运行看看效果,直接运行失败,如下所示:
错误描述如下所示:
The currently selected variant "debug" uses split APKs,
but none of the 1 split apks are compatible with the current device with ABIs "armeabi-v7a, armeabi".
翻译过来就是:
当前选择的变体“debug
”使用拆分APK
,但1个拆分APK中没有一个与当前具有ABI
“armeabi-v7a,armeabi
”的设备兼容。
二、解决方法
-
我的设备只支持
armeabi-v7a
或者armeabi
-
代码中ndk选项只配置了
arm64-v8a
-
因为项目
有armeabi-v7a
以上是关于我的Android进阶之旅解决:The currently selected variant “debug“ uses split APKs, but none of the 1 split...的主要内容,如果未能解决你的问题,请参考以下文章
我的OpenGL学习进阶之旅解决着色器编译错误:#version directive must occur on the first line of the shader
我的OpenGL学习进阶之旅解决着色器编译错误:#version directive must occur on the first line of the shader
我的Android进阶之旅------>解决:Execution failed for task ':app:transformResourcesWithMergeJavaResForD
我的Android进阶之旅------>如何解决Android 5.0中出现的警告: Service Intent must be explicit:
我的OpenGL学习进阶之旅解决Android OpenGL ES 调试工具 GAPID 无法识别Android设备的问题
我的OpenGL学习进阶之旅解决Android OpenGL ES 调试工具 GAPID 无法识别Android设备的问题