I recently included adMob into my project. It contains a list Activity and a main Activity that extends Activity. I had to change the project.properties file to android-13 in the last line to compile against and 13. I’m caught in a fix. If I change the android version to 13, the whole list activity screws up with errors in every line. It has the error message "cannot import android.os.*" on the first line. The main activity is fine. If I compile against android-10 which was the original way it was, then i can run it on the emulator but I get the massage to add adActivity with config Changes. Please advice on how to fix the errors in list activity
I recently included adMob into my project. It contains a list Activity and a
Share
Do u have API13 in your sdk?
android/platforms/(see here)