上架GooglePlay时,无法上架

2020-11-05  本文已影响0人  LJQ__MY

This release is not compliant with the Google Play 64-bit requirement.

The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: [3]

Include 64-bit and 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ensure that each device architecture receives only the native code it needs. This avoids increasing the overall size of your app. Learn More

上架Google时无法上架。 原因:自2019.8.1日,上架google必须支持64位架构 详情

添加如下代码

ndk{

    abiFilters"armeabi-v7a","arm64-v8a"

}

上一篇下一篇

猜你喜欢

热点阅读