【发布时间】:2019-12-25 08:50:04
【问题描述】:
我正在使用此实现:'com.google.vr:sdk-panowidget:1.160.0' 以显示 360 度图像,但出现以下错误;在将应用上传到 Play 商店时:
Error
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: 130.
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 that it needs.
This avoids increasing the overall size of your app. Learn More
注意:该库未创建 lib/x86_64.so 文件。
请帮忙!
【问题讨论】:
-
使用 Android App Bundle 发布格式自动确保每个设备架构只接收它需要的本机代码。
-
我试过了,但它仍然没有添加 64 位支持。我仍然只看到 'armeabi-v7a' 、 'arm64-v8a' 和 'x86' 有什么我错过了吗?
-
您使用
1.160.0版本有什么原因吗?我建议你至少试试1.200.0版本 -
arm64-v8a是需要构建的;x86_64只是没用,因为没有硬件设备。投票决定关闭它,因为根据错误消息(输出)不清楚你在问什么。 -
我无法将 apk 上传到游戏商店,因为它给出了上述警告。
标签: android google-play-services panoramas