Solution 1. Working on a Xamarin project I found out that if Xamarin Version doesn't exactly match with XLabs installed in the projects it can create hundreds of designer errors. This can be solved by ensuring that XLabs's Major.Minor.Build match with Xamarin libraries. Revision doesn't matter.
Solution 2. If you still face issues after matching, it may be that XLab team has not yet updated/compiled the package using latest xamarin and you can lookup/create a polyfill for missing resources.
Solution 3. Ensure that all packages are up to date and unnecessary old android sdks are not installed in Android SDK manager.
Worked for me after these changes above.
More to be discovered on this. Feel free to post any issues you may face after applying those fixes above.
No comments:
Post a Comment