0 votes

Hey guys,
So I'm trying to upload my .apk file to the Play Store, but I keep receiving the "Unsigned .apk" error - even though I keep rebuilding my .keystore file with different kinds of configurations. Am I missing something? Is there some export configuration I'm missing? I had to use a custom export so I could add Ads in my game, and the game looks fine when I Remote Deploy it on my Android.

in Engine by (309 points)

1 Answer

+1 vote
Best answer

Solved my own mistake.
Had to download openjdk-6-jdk on linux (linuxmint) by using

sudo apt-get install openjdk-6-jdk

Then assigned the correct jarsigner, found at "/usr/lib/jvm/java-6-openjdk-amd64/bin/jarsigner" in the export edtitor.

For the .keystore file, I just used the command

keytool -genkey -v -keystore debug.keystore -alias resonance -keyalg RSA -keysize 2048 -validity 10000

On the .android folder.

by (309 points)
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.