Testing the game on a mobile phone

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

How to test a game on a mobile platform without creating an apk file. How Unity has Unity Remote.

:bust_in_silhouette: Reply From: Riderick

If I understood your question correctly… if you have the setup to export to Android properly installed you just need to enable developer mode from your phone so godot can communicate with your phone via ADB. You have to confirm the Godot request from your phone and then an Android icon will just appear on the top right side where you usually run your project.
Click that Android icon to export directly to your phone.

:bust_in_silhouette: Reply From: Calinou

See One-click deploy in the documentation.