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.