I'm trying to follow the steps to integrate RevMob ads into my kivy app using their method at:
1. It says to add the required permisson in your AndroidManifest.xml file by putting the a code snippet into a tag. My question is...where is the "AndroidManifest.xml" file located? I checked here on the google groups and one guy said it was in the /.buildozer directory, but when I did a file search on my computer, it's in the /.android directory of my home folder.
2. Then it says to add the required RevMob activity in the application node...is that in the AndroidManifest.xml as well?
3. and in the buildozer.spec file, do i have to add "RevMob" to the list of required modules along with the others ex: plyer
4. It sayed to download the AdMob kivy sdk but it doesnt mention anything about using or how to install it. Why would I have to download it if I dont use it at all?
p.s. I really do like how AdMob has it's own method made specifically for kivy!! I just gota figure out how to implement it!
thanks for reading.