Hello
I want to put ads in my app. I have followed these instructions to download and install the google play services and transferred it to the extra libraries folder:
https://www.b4x.com/android/forum/threads/google-play-services-installation-tips.45843/#content
And I have followed these instructions to change the manifest file and refer to the additional resources:
https://www.b4x.com/android/forum/threads/admob-tutorial-add-ads-to-your-application.7300/
However, when I add this line to the Globals:
Dim AdView1 as AdView
AdView is not recognised as a class, and so the program won't compile. Have other people had this problem? What have they done about it?
I want to put ads in my app. I have followed these instructions to download and install the google play services and transferred it to the extra libraries folder:
https://www.b4x.com/android/forum/threads/google-play-services-installation-tips.45843/#content
And I have followed these instructions to change the manifest file and refer to the additional resources:
https://www.b4x.com/android/forum/threads/admob-tutorial-add-ads-to-your-application.7300/
However, when I add this line to the Globals:
Dim AdView1 as AdView
AdView is not recognised as a class, and so the program won't compile. Have other people had this problem? What have they done about it?