Skip to content

Instantly share code, notes, and snippets.

@RamChBachkheti
Created June 17, 2015 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RamChBachkheti/c524e38ae929fdfc03b2 to your computer and use it in GitHub Desktop.
Save RamChBachkheti/c524e38ae929fdfc03b2 to your computer and use it in GitHub Desktop.
] UNHANDLED EXCEPTION:
[MonoDroid] System.NullReferenceException: Object reference not set to an instance of an object
[MonoDroid] at Xamarin.Forms.Platform.Android.Platform.UpdateActionBarHomeAsUp (Android.App.ActionBar) <IL 0x0001f, 0x000ad>
[MonoDroid] at Xamarin.Forms.Platform.Android.Platform.HideActionBar () <IL 0x0000d, 0x0005f>
[MonoDroid] at Xamarin.Forms.Platform.Android.Platform.UpdateActionBar () <IL 0x000a8, 0x0033f>
[MonoDroid] at Xamarin.Forms.Platform.Android.Platform.SetPage (Xamarin.Forms.Page) <IL 0x000b6, 0x003ab>
[MonoDroid] at Xamarin.Forms.Platform.Android.FormsApplicationActivity.InternalSetPage (Xamarin.Forms.Page) <IL 0x000be, 0x00413>
[MonoDroid] at Xamarin.Forms.Platform.Android.FormsApplicationActivity.SetMainPage () <IL 0x0000c, 0x00047>
[MonoDroid] at Xamarin.Forms.Platform.Android.FormsApplicationActivity.LoadApplication (Xamarin.Forms.Application) <IL 0x00034, 0x0016f>
[MonoDroid] at Bug_31027_f.Droid.MainActivity.OnCreate (Android.OS.Bundle) [0x00015] in /Users/jatin66/Desktop/sdfsdfads/Bug_31027_f/Droid/MainActivity.cs:22
[MonoDroid] at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) [0x00011] in /Users/builder/data/lanes/1879/a3f55306/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Android.App.Activity.cs:2707
[MonoDroid] at (wrapper dynamic-method) object.6eefe771-7510-4ce8-8057-e1dd054f0c72 (intptr,intptr,intptr) <IL 0x00017, 0x00027>
[AndroidRuntime] Shutting down VM
[AndroidRuntime] FATAL EXCEPTION: main
[AndroidRuntime] Process: com.x360_logica.bug_31027_f, PID: 3851
[AndroidRuntime] java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[AndroidRuntime] at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
[AndroidRuntime] at dalvik.system.NativeStart.main(Native Method)
[AndroidRuntime] Caused by: java.lang.reflect.InvocationTargetException
[AndroidRuntime] at java.lang.reflect.Method.invokeNative(Native Method)
[AndroidRuntime] at java.lang.reflect.Method.invoke(Method.java:515)
[AndroidRuntime] at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
[AndroidRuntime] ... 2 more
[AndroidRuntime] Caused by: md52ce486a14f4bcd95899665e9d932190b.JavaProxyThrowable: System.NullReferenceException: Object reference not set to an instance of an object
[AndroidRuntime] at Xamarin.Forms.Platform.Android.Platform.UpdateActionBarHomeAsUp (Android.App.ActionBar) <IL 0x0001f, 0x000ad>
[AndroidRuntime] at Xamarin.Forms.Platform.Android.Platform.HideActionBar () <IL 0x0000d, 0x0005f>
[AndroidRuntime] at Xamarin.Forms.Platform.Android.Platform.UpdateActionBar () <IL 0x000a8, 0x0033f>
[AndroidRuntime] at Xamarin.Forms.Platform.Android.Platform.SetPage (Xamarin.Forms.Page) <IL 0x000b6, 0x003ab>
[AndroidRuntime] at Xamarin.Forms.Platform.Android.FormsApplicationActivity.InternalSetPage (Xamarin.Forms.Page) <IL 0x000be, 0x00413>
[AndroidRuntime] at Xamarin.Forms.Platform.Android.FormsApplicationActivity.SetMainPage () <IL 0x0000c, 0x00047>
[AndroidRuntime] at Xamarin.Forms.Platform.Android.FormsApplicationActivity.LoadApplication (Xamarin.Forms.Application) <IL 0x00034, 0x0016f>
[AndroidRuntime] at Bug_31027_f.Droid.MainActivity.OnCreate (Android.OS.Bundle) [0x00015] in /Users/jatin66/Desktop/sdfsdfads/Bug_31027_f/Droid/MainActivity.cs:22
[AndroidRuntime] at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) [0x00011] in /Users/builder/data/lanes/1879/a3f55306/source/monodroid/src/Mono.Android/platforms/android-21/src/generated/Android.App.Activity.cs:2707
[AndroidRuntime] at (wrapper dynamic-method) object.6eefe771-7510-4ce8-8057-e1dd054f0c72 (intptr,intptr,intptr) <IL 0x00017, 0x00027>
[AndroidRuntime]
[AndroidRuntime] at md5e6bd43a435edcc937c883690b51a06d8.MainActivity.n_onCreate(Native Method)
[AndroidRuntime] at md5e6bd43a435edcc937c883690b51a06d8.MainActivity.onCreate(MainActivity.java:28)
[AndroidRuntime] at android.app.Activity.performCreate(Activity.java:5231)
[AndroidRuntime] at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
[AndroidRuntime] at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
[AndroidRuntime] at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
[AndroidRuntime] at android.app.ActivityThread.access$800(ActivityThread.java:135)
[AndroidRuntime] at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
[AndroidRuntime] at android.os.Handler.dispatchMessage(Handler.java:102)
[AndroidRuntime] at android.os.Looper.loop(Looper.java:136)
[AndroidRuntime] at android.app.ActivityThread.main(ActivityThread.java:5017)
[AndroidRuntime] ... 5 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment