-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Milestone
Description
Sample link
https://github.com/xamarin/monodroid-samples/blob/f944f42001fa134915069fa7bbb9cb493bfd446d/ExportAttribute/ExportAttributeTest/MainActivity.cs#L55
https://github.com/xamarin/monodroid-samples/blob/f944f42001fa134915069fa7bbb9cb493bfd446d/android5.0/Topeka/Topeka/Models/Player.cs#L18
Verified on Monodroid v8.2.0.1
Issue description
Can not ExportField CREATOR for IParcelable instance
Steps to reproduce the issue
- Open Topeka sample.
- Input login info.
- Tap Login button.
What's the expected result?
- User successfully login.
What's the actual result?
- Application crashes.
Steps to reproduce the issue
- Open ExportAttributeTest sample.
- Tap button.
What's the expected result?
- Parcelable object handled properly.
What's the actual result?
- Application crashes.
Additional details / screenshot (Optional)
InitializeCreator method is not reachable via debugger.
MSBuildOutput.log
logCat.txt
