I would like to use the Ad mob in my game, I watched some tutorials.
I am not getting below options under the plugin management in intel xdk.
Cordova plugin registry
or 'Get Plugin from the Web'
now showing npm option there. can any one please guide me.
Are you testing the app in intel xdk emulator to see if the Ads showing or not if so. Don't, because it won't show up. You need to build the app first, then install the APK file to your device to check if the ADS showing or not, and since Intel xdk stopped the Build Option. You can use either Phonegap or Cocoonjs.
Since I did not use Cocoonjs. I will tell you what to do after you export the app from C2 as Cordova, but be sure to uncheck the the XDK format. then you go to where you saved your project. Open Config.xml and add this line:
<plugin name="https://github.com/cranberrygame/cordova-plugin-ad-admob" source="npm" />[/code:n5cfhhbc]
after that save and close the file. Then zip all files inside that folder. Go to phonegap after you sign up and everything choose upload zip file. wait until the project ready then you will see a Word Build Or Something like that. Click it and wait. Anyhow, after that your apk file will be ready. download and install to you device.
I hope this help.
Oh, one last thing if you had any problem with apk if won't install to your device add this line of code to Config.xml:
[code:n5cfhhbc]<plugin name="cordova-build-architecture" spec="https://github.com/MBuchalik/cordova-build-architecture.git#v1.0.1" source="git" />[/code:n5cfhhbc]
Good Luck