[mono-android] Intergrated AdMob crashes app on touch

Dzugaru dzugaru at gmail.com
Thu Feb 9 08:21:13 UTC 2012


Surely I've changed class name in my wrapper to match my package name. Or
else it wouldn't work on any device. Here's the manifest (names changed):

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:installLocation="auto" android:versionCode="3"
android:versionName="1.0.5" package="my.package.name">
  <application android:debuggable="false" android:label="MyApp"
android:icon="@drawable/icon">
    <activity android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
/>
  </application>
  <uses-sdk android:minSdkVersion="8" />
  <uses-permission android:name="android.permission.INTERNET" />
  <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
  <uses-feature android:glEsVersion="0x00010001" />
</manifest>

--
View this message in context: http://mono-for-android.1047100.n5.nabble.com/Intergrated-AdMob-crashes-app-on-touch-tp5460176p5468865.html
Sent from the Mono for Android mailing list archive at Nabble.com.


More information about the Monodroid mailing list