Class not fine Error.
koz01 opened this issue · 1 comments
locationServiceConnection = new LocationServiceConnection(null);
{System.TypeInitializationException: The type initializer for 'OnTheGo_MEX.App' threw an exception. ---> Java.Lang.ClassNotFoundException: Didn't find class "md5d5d750a34af61f7094880cf981046376.LocationServiceConnection" on path: DexPathList[[zip file "/mnt/asec/OnTheGo_MEX.OnTheGo_MEX-3/base.apk"],nativeLibraryDirectories=[/mnt/asec/OnTheGo_MEX.OnTheGo_MEX-3/lib/arm, /vendor/lib, /system/lib]]
at Java.Interop.JniEnvironment+Types.FindClass (System.String classname) [0x00114] in <438784097c4b4b56a7da6ca9301bc3c6>:0
at Java.Interop.JniType..ctor (System.String classname) [0x00006] in <438784097c4b4b56a7da6ca9301bc3c6>:0
at Java.Interop.JniPeerMembers+JniInstanceMethods..ctor (System.Type declaringType) [0x00064] in <438784097c4b4b56a7da6ca9301bc3c6>:0
at Java.Interop.JniPeerMembers+JniInstanceMethods.GetConstructorsForType (System.Type declaringType) [0x0002c] in <438784097c4b4b56a7da6ca9301bc3c6>:0
at Java.Interop.JniPeerMembers+JniInstanceMethods.StartCreateInstance (System.String constructorSignature, System.Type declaringType, Java.Interop.JniArgumentValue* parameters) [0x00032] in <438784097c4b4b56a7da6ca9301bc3c6>:0
at Java.Lang.Object..ctor () [0x00034] in <6cd2e94ef7194c66b7c92ab5ab0d33b6>:0
at OnTheGoMEX.GPSServices.LocationServiceConnection..ctor (OnTheGoMEX.GPSServices.LocationServiceBinder binder) [0x00025] in D:\Development\OnTheGo MEX\OnTheGo MEX\GPSServices\LocationServiceConnection.cs:19
at OnTheGo_MEX.App..ctor () [0x00038] in D:\Development\OnTheGo MEX\OnTheGo MEX\App.cs:47
at OnTheGo_MEX.App..cctor () [0x00001] in D:\Development\OnTheGo MEX\OnTheGo MEX\App.cs:4
There is a bug in Xamarin 8.1.x that has been fixed in 8.1.5.0, released Jan. 25th. That should resolve this particular issue.
Also, your stack trace includes objects that are not part of this project. If you have questions about your project, you will find more help on Stack Overflow rather than the issue tracker specific to this example project.