I'm new to Android development, and I'm trying to debug an Air app on the device, I'm doing the same procedure I did when I made this app for iOS:
- click debug
- the app installs on the device
- a popup asks me if I thruts the PC
- after clicking OK the app starts and I can see debug info
However, this on an Android device seems to be a little bit different, since after I click debug the device asks me to install Air, so I assume it's not included as captive runtime just like in iOS.
If this is true, then I supose I have to install Air manually to debug, is that right?, if so, are there any differences? (captive version against the manually installed).
Thanks.