Run Android mobile application on Visual Studio Code
Install node.js
Install Visual Studio Code (and also install Cordova Tools extensions)
Run the below commands:
npm install -g cordova ionic: This will install Cordova and Ionic
** npm install -g ionic@beta**: This will install Ionic 2
** ionic start ionic2 --v2**: This will create the Ionic project
** **
** npm install -g typescript**: This will install TypeScript
cd ionic2: Application directory
** ionic platform add android**: This will add the Android platform to the application
Install Android SDK : This will be used build and run Android applications
Install Android emulator
Run the below command or select the emulator in Visual Studio Code and run the application
** ionic run android**