上架谷歌市场提示 不支持64位,官方说明没有文档,有人知道hbuilder 云打包默认支持 32 和 64位的么?
Warning
This release is not compliant with the Play 64-bit requirement.
The following APKs or App Bundles are available to 64-bit devices, but they have only 32-bit native code: 3.
From 1 August 2019 all releases must be compliant with the Play 64-bit requirement.
Include 64-bit native code in addition to 32-bit native code in your app. Use the Android App Bundle publishing format to automatically ensure that each device architecture receives just the native code it needs. Learn More
4 个回复
3***@qq.com
请问楼主有解决了吗?我们好像也遇到这个问题了
DCloud_App_Array
这个只是警告(Warning)呀,暂时先忽略,我们正在处理支持64位的事情。
ofDamon
不处理这个,发布审核按钮是灰色的,点击不了
2019-06-04 09:05
l***@163.com
回复 ofDamon: 解决了吗
2019-08-29 09:18
l***@163.com - 斗麦科技
谷歌提示
nick2020
你好,我也遇到同样的问题。请问解决了吗?
DCloud_App_Array
请更新到HBuilderX版本,已经支持64位。
2020-06-04 14:43
nick2020
回复 DCloud_App_Array: 用HBuilderX 2.7.5试过了还是不行。我看打包文件里已经生成了arm64-v8a和armeabi-v7a,不知道什么原因。还有别的地方需要配置吗?
2020-06-05 09:28
DCloud_App_Array
回复 nick2020: 确认不要包含x86
2020-06-05 12:47
nick2020
回复 DCloud_App_Array: 确认没有包含x86,配置文件里是这样设置的。"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ]
已经试过了无数次了,帮忙解决一下吧
2020-06-24 15:35
DCloud_App_Array
回复 nick2020: 注意两个问题:1.如果使用了不支持64位的原生插件打包后也不支持64位;2.使用X5也不支持64位。
如果不属于以上情况,请把appid发出来,我们查下打包日志。
2020-06-24 16:41
Skipper
回复 DCloud_App_Array: 你好,我也遇到此问题
"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] 已添加
hbulider版本 2.8.11
2020-09-17 16:00