Bruno Van Thournout

Results 9 comments of Bruno Van Thournout

10-23 15:38:04.813 I/MonoDroid(21116): UNHANDLED EXCEPTION: 10-23 15:38:04.853 I/MonoDroid(21116): Android.Views.WindowManagerBadTokenException: Exception of type 'Android.Views.WindowManagerBadTokenException' was thrown. 10-23 15:38:04.853 I/MonoDroid(21116): at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () 10-23 15:38:04.853 I/MonoDroid(21116): at Android.Runtime.JNIEnv.CallVoidMethod (intptr,intptr) [0x00062] in /Users/builder/data/lanes/monodroid-mlion-monodroid-4.18-series/0ef616ae/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:491...

I only have it with this app. The code works in iOS but not android. I have only api level 14 in use.

Ok, I will try this tomorrow when I am back at work, I will let you know what happens.

So, I tried different android api levels and I get the same error in all of them. Now I get this error trace: An unhandled exception occured. 10-24 12:19:58.663 D/libc...

So I narrowed the error down to the pagerenderer where I implement the xamarin auth component.

Nevermind, I was using the wrong url

Hi, I need to be able to test my database queries from my unit test project but to do that I need to create a SQLiteConnection. I cant do this...