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.
+1 vote

I want to export my project to Android. I've got both Android SDK and JDK installed, android studio project created, and wrote everything correctly in export settings as it says the documentation. When I try to export APK file, my compiler says that "could not find keystore, unable to export". I pasted this keystore file to apk export directory as well, but it didn't help. Any other tips? Thanks btw

Godot version v3.3.4.stable.official.
related to an answer for: couldnt find keystore error
in Engine by (63 points)

Either you didn't create the keystore or you showed the wrong path. Type keystore again from the PC and find the file location and add it

1 Answer

0 votes

There is a lot of stuff you can try. Here's a list:

  • If using a debug keystore, make sure to check "Export With Debug" after you press "Export"

  • Make sure to download OpenJDK 8. Only 8. More recent versions will not work. (Go to this link and scroll all the way down to 282-b08, and download the JDK version)

  • Make sure to install Android SDK Build-Tools 29.0.3, and uninstall ALL other build tools versions.

Of course, this is assuming that you followed the docs correctly. If it still doesn't work, try rereading the docs and making sure you did EVERYTHING it said.

by (75 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.