How to add emulator in cordova mac

broken image
broken image

”, or you can directly drag & drop the project into visual studio code. You can open the Cordova project from the command line or terminal by typing ” code. If you haven’t install visual studio code then download and install from here: Step 4: Open code in Visual Studio Code Editor Step 1: Create a new Cordova App cordova create myapp DeviceInfoĪfter creating the new app, move to Cordova project folder cd myapp Step 2: Add the Android platform cordova platform add Step 3: Add plugin to get device information cordova plugin add cordova-plugin-deviceĪfter using this plugin you will get the following device information: Apache Cordova – Build Hybrid Mobile Apps with HTML CSS and JavaScript Prerequisiteīefore creating a new Cordova App, there are few prerequisites and you have to install this software: