android - In Cordova is there a way to always target a specific device for one or more specific platforms when running all? -


when type in:

cordova run 

the cordova app run in added platforms. however, android doesn't run because seems need specified target run. when run android platform needs target, like:

cordova run android --target=nexus_s_api_25 

since run platforms @ once nicely, looking way let cordova know should target android in specified emulator. there way?

thanks help.

this work if emulator running. cordova printing following message in case:

no target specified , no devices found, deploying emulator


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -