https://bugzilla.novell.com/show_bug.cgi?id=632871

https://bugzilla.novell.com/show_bug.cgi?id=632871#c0


           Summary: AndroidRuntimeException in StartActivity
    Classification: Mono
           Product: MonoDroid
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


Repro:

Intent o = new Intent ("blah");
StartActivity (o);

Exception:

E/Mono.Android( 7043): Android.Util.AndroidRuntimeException: Exception of type
'Android.Util.AndroidRuntimeException' was thrown.
E/Mono.Android( 7043):   at Android.Runtime.JNIEnv.CallNonvirtualVoidMethod
(IntPtr jobject, IntPtr jclass, IntPtr jmethod, Android.Runtime.JValue[] parms)
[0x00000] in <filename unknown>:0 
E/Mono.Android( 7043):   at Android.Content.ContextWrapper.StartActivity
(Android.Content.Intent intent) [0x00000] in <filename unknown>:0 
E/Mono.Android( 7043):   at MonoDroid.ApiDemo.MonoDroidApiDemo.OnCreate
(Android.OS.Bundle savedInstanceState) [0x00000] in <filename unknown>:0 
E/Mono.Android( 7043):   at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_
(IntPtr jnienv, IntPtr native__this, IntPtr native_savedInstanceState)
[0x00000] in <filename unknown>:0

-- 
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

Reply via email to