This version does not meet the 64-bit requirement of Google Play
The following APK or App Bundles are available for 64-bit devices, but only have 32-bit native code: 8.
Include native 64 and 32 bit code in your application. Use the Android App Bundle publishing format to automatically verify that the architecture of each device receives only the native code it needs. In this way, you will avoid increasing the size of your application.
翻译:
这个版本不满足谷歌播放的64位要求
以下APK或App bundle可用于64位设备,但只有32位本机代码:8。
在应用程序中包含本机64位和32位代码。使用Android应用程序包发布格式自动验证每个设备的架构只接收它需要的本地代码。这样,您就可以避免增加应用程序的大小。
This APK has codes and resources that are not used and that are being sent to users. Reduce the size of your application with the Android App Bundle. If you do not optimize your application for different device configurations, it will weigh too much to download and install on users' devices. The heaviest applications have a lower volume of downloads. In addition, they take up a lot of storage space on users' devices.
Solution:
Use the Android App Bundle to automatically optimize it according to different device configurations or manage it with several APKs.
翻译:
这个APK有未使用的代码和资源,并且正在发送给用户。使用Android应用程序包缩小应用程序的大小。如果您不针对不同的设备配置优化您的应用程序,那么下载和安装用户的设备将会非常麻烦。最重的应用程序的下载量较低。此外,它们还占用用户设备上的大量存储空间。
解决方案:
使用Android应用程序包根据不同的设备配置自动优化它,或者使用几个apk管理它。
关于安卓的打包配置是这么配置的
没得好名字
请问这个到底要怎么解决啊。
2019-09-30 18:12
DCloud_App_Array
回复 没得好名字: https://ask.dcloud.net.cn/article/36195
提交Google Play时要求支持64位,请选择"armeabi-v7a"、"arm64-v8a"两个即可。
2019-09-30 21:04