I've been thinking, What happens when I use a library that is compiled on release mode without any .pdb or .mdb file with it? Could this be a explanation for the weird exception without any stacktrace?
-----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Willem Meints Verzonden: zondag 13 mei 2012 9:24 Aan: Discussions related to Mono for Android Onderwerp: Re: [mono-android] Crash due to Java.lang.nullpointerexception being thrown Hi Jon, Mono for Android version: 4.0.6 Target device: HTC Desire (Android 2.2) The FedAuthCookieUtility is not a JNI wrapper. It's a regular C# class. Kind regards, Willem Meints ________________________________________ Van: [email protected] [[email protected]] namens Jonathan Pryor [[email protected]] Verzonden: zaterdag 12 mei 2012 15:15 Aan: Discussions related to Mono for Android Onderwerp: Re: [mono-android] Crash due to Java.lang.nullpointerexception being thrown On May 12, 2012, at 7:59 AM, Willem Meints wrote: > the app starts crashing in MainActivity.cs raising a > java.lang.nullpointerexception. Which Mono for Android version? Which target device? Which Android version on the target device? What is FedAuthCookieUtility.ReadCookies()? If it's a JNI wrapper, can you provide the JNI binding for it? Thanks, - Jon _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
