-
Notifications
You must be signed in to change notification settings - Fork 60
Troubleshooting Android Bindings Issues
Jonathan Pobst edited this page Mar 23, 2021
·
24 revisions
This guide intends to be an updated version of https://gist.github.com/JonDouglas/dda6d8ace7d071b0e8cb, however this is in its early stages, and there is a lot of good information available on that link.
-
Covariant Return Types - Class - These generally manifest as a
CS0534
compilation error. -
Covariant Return Types - Interface - These generally manifest as a
CS0535
compilation error.