Android技术栈

安卓开发中常见错误

2017-07-03  本文已影响0人  limbo_lyn

1、

问题:The currently selected variant “debug” uses split APKs, but none of the 1 split apks are compatible with the current device with density “320” and ABIs “x86”.

原因:平台兼容性问题

解决方案:

需要在ndk中添加x86

如果有设置abi的话,同样需要在abi中添加x86,如果没有则不需要

上一篇下一篇

猜你喜欢

热点阅读