AdMob ads to Appery app!?
Hello,
You should choose target sdk version Android 3.2 for your build would be successful.
http://www.screencast.com/t/nFsKVtrfg
But because pom.xml and AndroidManifest.xml are already changed, these changes are not accepted. So you should delete these two files and restore them as it is shown here
http://devcenter.appery.io/tutorials/...
After that you should repeat step 7 and add in AndroidManifest.xml
code<activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>/code
After that your project should work