theMothaShip
theMothaShip

Reputation: 1211

NullReferenceException Json.NET Xamarin.Android android 4.3

I believe I have just run into this bug https://bugzilla.xamarin.com/show_bug.cgi?id=4902 on my Nexus 4 now that I have updated to android 4.3.

Basically, when JSON.NET tries to get the timezone via the mono runtime, we get a null reference exception because there are issues with an environment variable in certain android builds.

The same code worked fine before I updated and still works fine on other android devices. Are there any workarounds available for this? Is there anything else I can do or am I stuck? Has anyone else run into it recently?

Is there a fix planned in the near future?

Upvotes: 1

Views: 280

Answers (1)

William Grand
William Grand

Reputation: 1173

Xamarin 4.8.2 (alpha) fixes this problem. (As of Sep 3, 2013)

Upvotes: 1

Related Questions