MvvmCross / MvvmCross-AndroidSupport

Android support library packages for MvvmCross: The .NET MVVM framework for cross-platform solutions.
http://mvvmcross.com
15 stars 0 forks source link

After updating MvvmCross V4 - app is getting crash on SplashScreen (MvxSplashScreenActivity) #185

Closed sujeetulli closed 8 years ago

sujeetulli commented 8 years ago

"Could not load type 'Android.OS.BaseBundle' from assembly 'Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'."

protected override void OnCreate (Android.OS.Bundle bundle) { //Error bundle is getting null base.OnCreate (bundle); }

To help us fix your issue, please provide the information in the below template.

Note: There is often little we can do without a minimal reproducible sample of the issue, so please provide that in a standalone github repository and link it here.

Steps to reproduce

1.

2.

3.

Expected behavior

Tell us what should happen

Actual behavior

Tell us what happens instead

Configuration

Version: 4.0.0

Cheesebaron commented 8 years ago

I've marked this as invalid, please fill out the template.

sujeetulli commented 8 years ago

Hi Cheesebaron, Thanks for your quick response, I have fixed this issue form our end not in core..

I have referred the below link. http://stackoverflow.com/questions/31488166/could-not-load-type-android-os-basebundle

WR SU