赞
踩
在 build.gradle中添加
defaultConfig { multiDexEnabled true // 分包处理 65433 ndk { abiFilters 'x86','armeabi' //兼容x86cpu架构 需要什么样的架构就添加什么样的 } }