
Originally Posted by
Klen
I meant Android on device debugging as well. The only thing you need to do there is to install the Android USB drivers that ship with the SDK and you are set to go. No configuration or on device installation needed.
To start debugging the application on the device you open and build the project. When you run the app, you get to choose on which device you want to run it (emulator or device). The second step is very similar to what you do in ESBOX whereas the first is quite more difficult, though I have only tried Andorid development on Windows OS. It might be a little bit more complicated to set it up on Linux.
Klen