https://bugzilla.novell.com/show_bug.cgi?id=666969
https://bugzilla.novell.com/show_bug.cgi?id=666969#c0 Summary: Suport API Level 3 during startup Classification: Mono Product: MonoDroid Version: SVN Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- When trying to launch a MonoDroid app on an API level 3 (Android 1.5) device, the following error is seen in 'adb logcat': [STDOUT] I/ActivityManager( 577): Start proc monodroidapplication2.monodroidapplication2 for activity monodroidapplication2.monodroidapplication2/monodroidapplication2.Activity1: pid=747 uid=10020 gids={3003} [STDOUT] [STDOUT] I/ActivityThread( 747): Publishing provider monodroidapplication2.monodroidapplication2.__mono_init__: mono.MonoRuntimeProvider [STDOUT] [STDOUT] E/dalvikvm( 747): Could not find method android.content.Context.getApplicationInfo, referenced from method mono.MonoRuntimeProvider.attachInfo [STDOUT] [STDOUT] W/dalvikvm( 747): VFY: unable to resolve virtual method 3: Landroid/content/Context;.getApplicationInfo ()Landroid/content/pm/ApplicationInfo; ... The problem, as stated above, is that the method Context.getApplicationInfo() doesn't exist, thus preventing the MonoRuntimeProvider from being instantiated, thus preventing monodroid from being initialized. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
