[Mono-bugs] [Bug 666969] New: Suport API Level 3 during startup

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jan 25 10:03:44 EST 2011


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: mkestner at novell.com
        ReportedBy: jpryor at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list