"No Remote Debug export presets configured" despite previous android export

Godot Version

Godot 4.4 dev4

Question

I get this message that I don’t have an export template configured, despite the fact that I already exported to android multiple times.
image
I thought it would set the template automatically after that…
How can I set the export template to work with this instant deploy thing?

1 Like

I got it figured out:
You gotta run the adb command before this options shows up.

First enable usb debugging in android developer options.
On GNU/Linux, run this command sudo adb devices to connect to your phone.
And then, after accepting the connection on the phone, you can now press the button.

But you must have android export set up for this to work!

2 Likes

In my case I also revoked USB debugging authorizations in the settings of my Android device and re-enabled USB debugging (on->off->on).

The message “No Remote Debug export presets configured” is quite misleading in this case.