+1 vote

I managed to create an apk and tried to upload it to Google Play Console, but I got two errors. I am using Godot 3.0.6

First 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: 1.
From August 1, 2019 all releases must be compliant with the Google Play 64-bit requirement.
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 it needs. This avoids increasing the overall size of your app.

Second Error:
Target API level requirements from August 2019
Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance.
From August 2019, new apps must target at least Android 9.0 (API level 28).
From November 2019, app updates must target Android 9.0 (API level 28).

Any suggestions?

in Engine by (23 points)

The second error is fixed by updating godot to V3.1.1

The first error is still happening:

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: 2.

Please help

1 Answer

0 votes

I managed to figure it out.

For the first error, there is a checkbox in the export window. You will need to check Arm 64 -v 8a

For the second error, updating godot v3.1.1 fix it.

by (23 points)

If you need to stay with 3.0 for some reason, wait for 3.0.7, that will come with the fix on android templates.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.