Skip to content

Instantly share code, notes, and snippets.

@Rajneesh360Logica
Created November 4, 2014 05:40
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 Rajneesh360Logica/96038a188d8e9b4d92ab to your computer and use it in GitHub Desktop.
Save Rajneesh360Logica/96038a188d8e9b4d92ab to your computer and use it in GitHub Desktop.
Android.Util.AndroidRuntimeException: You cannot use indeterminate progress on a watch.
at 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.18-series/5474129a/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.18-series/5474129a/source/monodroid/src/Mono.Android/platforms/android-19/src/generated/Android.Views.Window.cs:1530
at at Xamarin.Forms.Platform.Android.AndroidActivity.OnCreate (Android.OS.Bundle) <IL 0x00007, 0x0007f>
at App14.Droid.MainActivity.OnCreate (Android.OS.Bundle) [0x00003] in /Users/MM/Downloads/App14/App14/App14.Android/MainActivity.cs:19
at Android.App.Activity.n_OnCreate_Landroid_os_Bundle_ (intptr,intptr,intptr) [0x00011] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.18-series/5474129a/source/monodroid/src/Mono.Android/platforms/android-19/src/generated/Android.App.Activity.cs:2179
at at (wrapper dynamic-method) object.4ee42492-b489-402b-bb6e-90653a8d1f6a (intptr,intptr,intptr) <IL 0x00017, 0x00043>
at --- End of managed exception stack trace ---
at android.util.AndroidRuntimeException: You cannot use indeterminate progress on a watch.
at at com.android.internal.policy.impl.PhoneWindow.requestFeature(PhoneWindow.java:287)
at at app14.droid.MainActivity.n_onCreate(Native Method)
at at app14.droid.MainActivity.onCreate(MainActivity.java:28)
at at android.app.Activity.performCreate(Activity.java:5242)
at at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
at at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2161)
at at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2258)
at at android.app.ActivityThread.access$800(ActivityThread.java:138)
at at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1209)
at at android.os.Handler.dispatchMessage(Handler.java:102)
at at android.os.Looper.loop(Looper.java:136)
at at android.app.ActivityThread.main(ActivityThread.java:5026)
at at java.lang.reflect.Method.invokeNative(Native Method)
at at java.lang.reflect.Method.invoke(Method.java:515)
at at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:777)
at at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602)
at at dalvik.system.NativeStart.main(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment