Skip to content

odiliohafidh/testadmob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

testadmob

a test project for cordova plugin admob

it's quite easy to create this project with cordova command line tool:

cordova create testadmob com.rjfun.testadmob TestAdmob
cd testadmob
cordova platform add android
cordova platform add ios
cordova plugin add https://github.com/MobileChromeApps/google-play-services.git
cordova plugin add https://github.com/floatinghotpot/cordova-plugin-admob.git
mv www www.default
mkdir www
cp plugins/com.rjfun.cordova.plugin.admob/test/index.html www/
cordova build

... cordova emulate android/ios, or import the android project into eclipse or ios project into xcode

That's it.

About

a test project for cordova plugin admob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.1%
  • Objective-C 27.5%
  • Shell 2.5%
  • JavaScript 2.0%
  • HTML 1.1%
  • Batchfile 0.9%
  • Other 0.9%