简体   繁体   English

Google Play 64位合规性

[英]Google Play 64 Bit Compliance

I have a game developed by Buildbox2. 我有一个由Buildbox2开发的游戏。 As BB states their latest version has 64 bit support. 如BB所述,其最新版本具有64位支持。

https://www.buildbox.com/forum/index.php?threads/buildbox-2-3-8-2509-beta.17155/ https://www.buildbox.com/forum/index.php?threads/buildbox-2-3-8-2509-beta.17155/

I downloaded latest BB2 and export my game to Android. 我下载了最新的BB2并将我的游戏导出到Android。

Then I Analyze APK 然后我分析APK

As you see in the picture: 如您在图片中看到的:

所以文件

There are two .so files in lib folder. lib文件夹中有两个.so文件。 I am wondering "Does my app support 64 bit for Google Play?" 我想知道“我的应用是否支持Google Play 64位?”

What do you think? 你怎么看?

How can I make it 64 bit compliant? 如何使它符合64位标准?

When you find out '.so' files in the arm64-v8a or x86_64 folder, It does mean that this app supports 64 bit. 当您在arm64-v8a或x86_64文件夹中找到“ .so”文件时,这确实意味着该应用程序支持64位。 You also could find your own answer by reading the official doc of Google. 您还可以通过阅读Google的官方文档找到自己的答案。

ApK analyzer ApK分析仪

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

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