Hi all,
I need some help. I just switched to a new computer and I am trying to get xamarin set up for development. Everything installs fine, and I git clone my project (which compiles and runs just fine on the old pc). When attempting to run on the new machine, I get this error message when compiling:
error XA4212: Type Android.Support.V4.App.JobIntentService/JobServiceEngineImpl
implements Android.Runtime.IJavaObject
but does not inherit Java.Lang.Object
or Java.Lang.Throwable
. This is not supported.
I have searched on the forums for ways to solve this error but have come up short so far. Mostly the solution seems to be to add java.Lang.Object to the definition of some class within the project, but no one specifies exactly where, and besides, this was not necessary on my original computer. I have no problem adding it if it solves the issue, but don't know where, or if everywhere (on every class). Also, the error seems to be being generated from inside one of Xamarin's nuget packages, whose code I don't have. If I update my nuget packages, I start getting all sorts of errors and package conflicts. Has someone encountered a situation like this? Please help, it would be much appreciated.