I created an app for android with Sencha Touch 2.3 and Cordova. I used the following command to build and run the apk:
sencha app build -run native
However, this runs the app on the emulator but I would like to directly run it on the usb connected android device. Is it possible?
I already tried commands like these but it didn't work.
sencha app build -device native
or sencha app build -run -device native