How can I test an anroid project without creating it?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By AndrewD

Can I test a project for Android without creating it and resetting it to the device?

:bust_in_silhouette: Reply From: yhackall

Of course you can do it, but you need to configure the keystore and the jdk.
after that just connect your cell phone (you must activate the developer options and allow usb debugging). and in godot at the top right where you have the options to run the program the android logo will appear, just press and that’s it.
I hope it is understood since English is not my main language. :smiley:

See One-click deploy in the documentation for more information.

Calinou | 2021-10-20 23:17