This AdMob Helper class where is this placed? As far as i know it has to be in the main project, all java sources should be there, otherwise it will not be able to find it. I had a similar problem when creating a helper class for the WebView javascript Interface.
On Thu, Feb 9, 2012 at 9:21 AM, Dzugaru <[email protected]> wrote: > 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 -- Med Venlig Hilsen / With Best Regards Tomasz Cielecki http://ostebaronen.dk _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
