This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I have created the key using keytool and added its path in Godot Project->Export->Android.
Then i created APK by signing using key created. When uploaded on Google Play Console, i am getting the below error:

You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: MINSIGSCHEMEFORTARGETSDKNOT_MET: Target SDK version 30 requires a minimum of signature scheme v2; the APK is not signed with this or a later signature scheme

Can anyone please help me to resolve this issue.

Godot version godot-3.2.2
in Engine by (44 points)

From the error seems that you need a newer signature sceme version(v2). Information about apksigner here:
https://developer.android.com/studio/command-line/apksigner
Maybe this happens because you use godot-3.2.2. In godot 3.3 added some futures for android signing:
https://godotengine.org/article/godot-3-3-has-arrived#android

Thanks...Godot_3.3.2 solved this issue.

Please log in or register to answer this question.

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.