生成不一樣ABI版本APK在build.gradle中的配置

android { ... splits { abi { enable true reset() include 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' //select ABIs to build APKs for un
相關文章
相關標籤/搜索