Hi all,
I have created a Xamarin.Forms location based app using Xamarin.Forms Maps.
It runs on iOS perfectly (just publishing it to the Apple Store)
Now I tried to make an Android version.
Included Google Play Services, get an Google API key, all the stuff, added necessary other components, set Java Heap Size.
The app rebuilds (only With Linker set to "Don't link) and deploys to my physical device or the the new Xamarin Android Player (Google Play Service installed)
Then the app is started on the physical device or on the Android simulator.
During the start up, THIS error occurs:
[Mono] AOT module 'System.Xml.dll.so' not found: Cannot load library: load_library[1093]: Library '/data/data/PickMeUp.Droid/lib/System.Xml.dll.so' not found
What can I do ? What did I wrong ?
Any ideas ?
(also after this error on the Xamarin Android Player this error comes also: [GooglePlayServicesUtil] Google Play Store is missing.)
Best
Marco
Posts
When I set the linker options to "Link all assemblies" I get this error during compiling/linking:
I am running 4.1.1 with the Xamarin Android Player and 4.0.2 on the physical device.
Marco
Did you find a solution to this? I appear to be experiencing the same thing.
Thanks,
Ken
Hi Ken,
yes more or less. The reason was not the missing DLL (the error is still there). But to get it compiled I got the following answer from the support team:
So it is more or less an API issue concerning Xamarin.Forms BEFORE API level 4.2.
But I decided to publish the bigger APK file with linker settings "Don't link". Because 22% of the android user uses API 4.1.x.
Best
Marco
Hi Marco,
Many thanks - will have a play around with API levels and see if that helps.
Cheers,
Ken
Working with latest Xamarin in VS.
using build API level 23.
application works fine on phone with that level.
but i have min and target set to level 19.
and if i try to run app here i got same exception on startup.
what's wrong?
i tryed to lower build level, but if i use lower version of support library, then worse happens, it just don't works(can't find class AppCompatActivity and etc)