How make cordova projects in commad prompt
1) Create App (Create project)
cordova create Quranfolder com.mds.Quran "Quran"
2) cd Quranfolder
3) (Then add the Android platform with the following command in the Command Prompt (cmd).)
cordova platform add android
4) (Build and compile the app)
cordova build android
5) (Then you can run it (or add it to Eclipse or Android Studio).)
command for adding plugin
cordova plugin add com.admob.plugin
cordova create Quranfolder com.mds.Quran "Quran"
2) cd Quranfolder
3) (Then add the Android platform with the following command in the Command Prompt (cmd).)
cordova platform add android
4) (Build and compile the app)
cordova build android
5) (Then you can run it (or add it to Eclipse or Android Studio).)
command for adding plugin
cordova plugin add com.admob.plugin