muffin
muffin

Reputation: 2104

Add real device as platform for running cordova application

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

Answers (1)

Rajesh
Rajesh

Reputation: 15774

Refer the documentation: http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html

cordova run android

Upvotes: 6

Related Questions