Select to view content in your preferred language

Esri.ArcGISRuntime.Xamarin.Android package does not currently support building for the arm64-v8a or x86_64 architectures.

851
2
07-04-2018 12:31 AM
NadirHussain
Frequent Contributor

 The Esri.ArcGISRuntime.Xamarin.Android package does not currently support building for the arm64-v8a or x86_64 architectures. Please uncheck these options in Project Settings -> Android Options -> Advanced -> Supported architectures. 

i am nearly to finish this application.how to solve this on android.

0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

We plan to add support for the arm64-v8a architecture in the upcoming release of ArcGIS Runtime SDK for .NET (v100.3). Support for x86_x64 is under consideration for a future release.

Cheers

Mike 

0 Kudos
dotMorten_esri
Esri Notable Contributor

As the build error states, you need to turn off targeting the two 64-bit options. Your app will still run fine on 64bit devices.

As Mike mentioned, the next release will add the ARM v8 option, but it really doesn't matter too much, unless you are also referencing another component that doesn't provide ARMv7 support (almost all do)

0 Kudos