I am trying to execute the sample jumpy jet on my android device, but I keep getting this error when trying to run it. My device is shown in device monitor as online and I can debug apps with Xamarin just fine. Is there anything specific I need to do to deploy on android?
This might have to do with adb.exe not being on the PATH.
In Paradox 1.3.0 we will add more way to detect adb.exe (seems it might be stored in registry as well).
In the meantime, just add it to your PATH (you can make sure it works in a command line) and restart Paradox Studio.
Problem solved, thank you very much