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. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
