The instructions state:
"Copy libs folder into your exported project
Copy src folder into your exported project
Copy res folder into your exported project"
But in the /Ads/ Plugin There are two sets of src and libs, in src/ and in dependency/
Which ones do I need to copy to my exported project?
Secondly, I can't find any files that mention admob in the ads/ plugin folder. Do I need to install this plugin separately?
thanks!
Tom
Comments
dependencies are like project dependencies (basically google play services)
and admob is now integrated in google play servcies, plugin only has AdsAdmob.java file
Likes: Tom2012