Reputation: 2104
i'm using apache cordova to develop an application.
As we all know, we build the project (in windows) by:
cordova build android
and run it in an emulator by:
cordova emulate android
How do I use an actual device instead of running it through an emulator? Thanks
Upvotes: 2
Views: 3513
Reputation: 15774
Refer the documentation: http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html
cordova run android
Upvotes: 6