i'm looking for a some "simple" step-by-step instructions (if possible) on how to integrate Google's AdMob Service into my Android App.
Problem is: I do not understand java code, which is why i programmed my App in Python using the "Pygame Subset for Android".
I have the "Google Play Services" and "SDK Platform Tools" downloaded and installed (because Google Instructions said, that from now on, AdMob is not a stand-alone SDK anymore, but part of the Google Play Services) through the "Android SDK Manager".
I created an account at AdMob and have my unique Ad-ID, but i am not sure where to put them into my App. From what is understood is, that there a multiple solutions like editing the "PythonActitiv.java" inside the PGS4A folder or building and ad.xml.
What do you think could be the "best" solution for me to integrate AdMob in my Pygame App?
Any help would be great :)