我的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中没有一个与当前具有ABIarmeabi-v7a,armeabi”的设备兼容。

二、解决方法

  1. 我的设备只支持armeabi-v7a 或者armeabi

  2. 代码中ndk选项只配置了arm64-v8a

  3. 因为项目有armeabi-v7a

以上是关于我的Android进阶之旅解决:The currently selected variant “debug“ uses split APKs, but none of the 1 split...的主要内容,如果未能解决你的问题,请参考以下文章