AndroidStudio中将项目运行在模拟器中提示:The currently selected variant “debug“ uses split APKs, but none of the 1
生活随笔
收集整理的這篇文章主要介紹了
AndroidStudio中将项目运行在模拟器中提示:The currently selected variant “debug“ uses split APKs, but none of the 1
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
場景
在AndroidStudio中將項目運行在虛擬機中提示:
The currently selected variant "debug" uses split APKs, but none of the 1 split apks...
?
注:
博客:
https://blog.csdn.net/badao_liumang_qizhi
關注公眾號
霸道的程序猿
獲取編程相關電子書、教程推送與免費下載。
實現
找到app下build.gradle下的ndk設置
?
然后在后面添加一個x86
??????? ndk {abiFilters "armeabi-v7a","x86"}添加之后
?
?
總結
以上是生活随笔為你收集整理的AndroidStudio中将项目运行在模拟器中提示:The currently selected variant “debug“ uses split APKs, but none of the 1的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Android中提示:Service I
- 下一篇: Android中怎样调用自带的Base6