Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@RamChBachkheti
Created January 2, 2015 16:05
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/c75b8a10a409c428b070 to your computer and use it in GitHub Desktop.
Save RamChBachkheti/c75b8a10a409c428b070 to your computer and use it in GitHub Desktop.
System.Diagnostics.Debugger.Mono_UnhandledException_internal () in
System.Diagnostics.Debugger.Mono_UnhandledException (ex={Android.Util.AndroidRuntimeException: Exception of type 'Android.Util.AndroidRuntimeException' was thrown.
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () <IL 0x00011, 0x00068>
at Android.Runtime.JNIEnv.CallBooleanMethod (intptr,intptr,Android.Runtime.JValue[]) [0x00064] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.20-series/ba9bbbdd/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:229
at Android.Views.Window.RequestFeature (Android.Views.WindowFeatures) [0x00043] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.20-series/ba9bbbdd/source/monodroid/src/Mono.Android/platforms/android-19/src/generated/Android.Views.Window.cs:1530
at Xamarin.Forms.Platform.Android.AndroidActivity.OnCreate (Android.OS.Bundle) <IL 0x00007, 0x0007f>
at ShouldIWashMyCar.Android.MainActivity.OnCreate (Android.OS.Bundle) [0x00001] in c:\Users\Rajneesh\Desktop\New folder\ShouldIWashMyCar-master\Android\MainActivity.cs:17
at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) [0x00011] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.20-series/ba9bbbdd/source/monodroid/src/Mono.Android/platforms/android-19/src/generated/Android.App.Activity.cs:2179
at (wrapper dynamic-method) object.21317d39-845e-4466-be8a-b2c0a0b1a2f1 (intptr,intptr,intptr) <IL 0x00017, 0x00043>
--- End of managed exception stack trace ---
android.util.AndroidRuntimeException: You cannot use indeterminate progress on a watch.
at com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:287)
at shouldiwashmycar.android.MainActivity.n_onCreate(Native Method)
at shouldiwashmycar.android.MainActivity.onCreate(MainActivity.java:28)
at android.app.Activity.performCreate(Activity.java:5242)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2161)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2258)
at android.app.ActivityThread.access$800(ActivityThread.java:138)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1209)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:136)
at android.app.ActivityThread.main(ActivityThread.java:5026)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:515)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at dalvik.system.NativeStart.main(Native Method)
}) in
object.21317d39-845e-4466-be8a-b2c0a0b1a2f1 (arg0=0xffffffffb8e4af98, arg1=0xffffffffade00019, arg2=0x0) in
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () in
Android.Runtime.JNIEnv.CallBooleanMethod (jobject=0x1d2002aa, jmethod=0xffffffffb1f38020, parms={Android.Runtime.JValue[1]}) in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.20-series/ba9bbbdd/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:229
Android.Views.Window.RequestFeature (featureId=) in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.20-series/ba9bbbdd/source/monodroid/src/Mono.Android/platforms/android-19/src/generated/Android.Views.Window.cs:1530
Xamarin.Forms.Platform.Android.AndroidActivity.OnCreate (Parameters=) in
ShouldIWashMyCar.Android.MainActivity.OnCreate (bundle=) in c:\Users\Rajneesh\Desktop\New folder\ShouldIWashMyCar-master\Android\MainActivity.cs:17
Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (Parameters=) in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.20-series/ba9bbbdd/source/monodroid/src/Mono.Android/platforms/android-19/src/generated/Android.App.Activity.cs:2179
object.21317d39-845e-4466-be8a-b2c0a0b1a2f1 (Parameters=) in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment