The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

i keep getting that massage when ever i try to test run it with my phone, tested with AVD respond to nothing... i have even manually edit the keystore name and password, still same result, i have search for solution and tried every single posible solution for 5 hours straight, even ask at discord but no respond,

game demo used : Link

tutorial followed : youtube 1 youtube 2

please send help....

in Engine by (17 points)

1 Answer

0 votes

Solve your problem in 10 simple steps

  1. Delete the Android Studio and its files!
  2. Delete the JDK folder!
  3. Delete the .keystore!
  4. Then download the latest version of Android Studio (NOT the SDK tools).
  5. After this go to OpenJDK and Download this version: 8u262-b10
  6. After Downloading the OpenJDK (.ZIP) unzip it and move it at a safe folder.
  7. Then, open the OpenJDK folder, go to bin and copy the path from the file explorer!
  8. Open Command Prompt and type cd (path)/keytool -keyalg RSA -genkeypair -alias androiddebugkey -keypass android -keystore debug.keystore -storepass android -dname "CN=Android Debug,O=Android,C=US" -validity 9999 -deststoretype pkcs12
  9. After saving the .keystore (in the path you copied by default), go to godot/Editor Settings/Exporting/Android and update the paths
  10. Finally go to Project/Export/Android/Keystores and change Debug with the path, Debug User withandroiddebugkeyand Debug Password withandroid

Now you are ready to debug on android!!!

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