I’m trying to setup remote debugging on Android but the remote debug button remains disabled and the message says “No Remote Debug export presets configured.”
I have a Android Export Preset created and I’ve added the debug keystore to the preset. I am able to export my project to my Android device manually, but not through the Remote Debug.
In the Debug menu I have selected the option for “Deploy with Remote Debug”.
In the editor settings, I’ve selected Use Wi-Fi for Remote Debug and set the Remote Debug Host.
But in doing all of the above I still cannot get that Remote Debug button enabled. What am I missing?
From my experience, as long as your phone is not turned completely off, you can enable the wireless debugging with adb connect <phone-ip-address>:5555 each time it disables.