Skip Navigation

Debug settings to disable ARM v8 with
Xamarin
.
Android

Follow these steps to avoid issues if ARMv8 architecture is enabled in
Android
builds:
  1. Go to
    Project Options > Android Build > General
    tab.
  2. Uncheck
    Use shared Mono runtime
    .
  3. Go to
    Project Options > Android Build > Advanced tab > Supported ABIs
    .
  4. Uncheck
    arm64-v8a
    .
  5. Save your changes.