简体   繁体   English

将 32 位 android 应用程序转换为 64 位应用程序

[英]Converting 32-bit android Applications to 64-bit Applications

when i try to upload my up to google play i receive this erreur当我尝试将我上传到 google play 时,我收到了这个错误

Error This release is not compliant with the Google Play 64-bit requirement错误此版本不符合 Google Play 64 位要求

The following APKs or App Bundles are available to 64-bit devices, but they only have 32-bit native code: 6.以下 APK 或 App Bundle 可用于 64 位设备,但它们只有 32 位本机代码:6。

Include 64-bit and 32-bit native code in your app.在您的应用程序中包含 64 位和 32 位本机代码。 Use the Android App Bundle publishing format to automatically ensure that each device architecture receives only the native code it needs.使用 Android App Bundle 发布格式自动确保每个设备架构只接收它需要的本机代码。 This avoids increasing the overall size of your app.这样可以避免增加应用程序的整体大小。

这里的图像

yes, the issue is you have not updated your library in Gradle some of your libraries still build in native 32-bit that's why u are getting this issue to fix this see all folders have the same no of file.是的,问题是你没有在 Gradle 中更新你的库,你的一些库仍然内置在本机 32 位中,这就是为什么你要解决这个问题,因为所有文件夹都有相同的文件号。 And update ur Gradle libraries并更新您的 Gradle 库

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM