I get this message that I don’t have an export template configured, despite the fact that I already exported to android multiple times.
I thought it would set the template automatically after that… How can I set the export template to work with this instant deploy thing?
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!