Showing posts with label Library. Show all posts
Showing posts with label Library. Show all posts

Thursday, March 13, 2014

Adding Adbuddiz library in Android Studio

SarioDev, 2014

The Adbuddiz support page gives you 5 steps to add their SDK and start serving Ads in your app. Link here: http://publishers.adbuddiz.com/portal/support/java

There is a slight variation in step 2 (Add jar to your app) for developers using Android Studio. 


In Android Studio first you add AdBuddiz-2.0.1.jar to the libs folder and then instead of Project properties you open Project Structure


Then select the Dependencies Tab, press the green plus sign to add a File dependency. 


Select the jar file you just added and you're done. Move on to step 3 as normal.