安妮的小熊
安妮的小熊
  • 发布:2019-08-08 14:26
  • 更新:2019-09-16 14:29
  • 阅读:3886

uni-app云打包上传谷歌市场报错,不能上传,64位没满足和另一个警告两个错误

分类:HBuilderX

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-08-08 14:26 负责人:无 分享
已邀请:
DCloud_App_Array

DCloud_App_Array

HBuilderX2.1.5 alpha及以上版本才支持uni-app("usingComponents":true)的64位。
确认是否包含64位支持,可以解压apk,查看lib目录下是否包含arm64-v8a目录。

  • 没得好名字

    请问这个到底要怎么解决啊。

    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

l***@163.com

l***@163.com - 斗麦科技

你好,文件夹中已经包好64位的文件,但是咋上传到谷歌play 的时候还是报错:
错误
此版本不符合 Google Play 关于提供 64 位版本应用的规定

以下 APK 或 App Bundle 面向 64 位设备,但只有 32 位原生代码:302。

请向应用中添加 64 位和 32 位原生代码。您可以使用 Android App Bundle 发布格式来自动确保每种设备架构仅接收所需要的原生代码。这样可避免增加应用的总大小。

  • 没得好名字

    请问解决了没有

    2019-09-30 18:12

  • nick2020

    请问64位的问题解决了吗?怎么解决的,请帮忙解答一下

    2020-06-24 15:12

l***@163.com

l***@163.com - 斗麦科技

文二中含有

  • 没得好名字

    请问解决了没有

    2019-09-30 18:12

  • 1***@qq.com

    回复 没得好名字: 提交Google Play时要求支持64位,请选择"armeabi-v7a"、"arm64-v8a"两个即可。把arm64-v8a放在前面

    2019-10-24 15:59

1***@qq.com

1***@qq.com

这个APK有未使用的代码和资源,并且正在发送给用户。。 这个问题解决了吗??

该问题目前已经被锁定, 无法添加新回复