Hi I am trying to publish an app on google and we need to add the 64 compilation to my app. I am getting this mensage when I try to compile using xamarin forms with arcgis for .net: The Esri.ArcGISRuntime.Xamarin.Android package does not currently support building for the x86_64 architecture. How can I create a deploy for 64 bits using arcgis for .net?
Hi,
ArcGIS Runtime SDK for .NET does not support the x86_x64 architecture but fortunately that is not required here. The SDK supports:
You should enable arm64-v8a for 64-bit support.
Regards
Mike
Hi,
I am trying to upload my app to google play, but the store since 1º august requires 64 bits support.
I select only the armeabi-v7a and arm64-v8a but my app using xamarin forms and Esri SDK is being rejected.
Any thoughts?