Test Game Android into my android device without exporting?

Godot Version

4.3

Question

Hello guys! Does somebody know how to run a mobile(android) game directly into my android device from godot?? I was searching some videos in youtube but nothing clear, i already installed android studios, jdk and those packs, i created the connection my.device.ip:5555

but i can’t see the little android button in running options on GUI!

am i missing something?? greetings!!!

Hey there,

did you set „one click deploy“ on your android device?

No, i didn’t! O.o how can i do that?

It think its called USB-Debugging under Developer settings. My bad…
Have you tried this?

That is already activated!

Maybe this helps.

You should run an apk by exporting it on your device to see if the sdk is configured.

Thank you all! I’ve fixed it all! I should activate the USB installation permission to allow godot install the app into my phone (ob the usb debugging must be activated too, i just activated everything i thought could be necessary for godot run my game)