Missing APKs for [ABI] dimensions in the module 'base' for the provided device.

WillAutioItrax 201 Reputation points
2021-12-09T16:56:26.51+00:00

I am developing with Xamarin Forms and VS 2022. Recently, when trying to test on an Android emulator I've been getting the error message:
Missing APKs for [ABI] dimensions in the module 'base' for the provided device.
Doing a search brought no useful results (at least not that I recognized).
What does it mean and how do I fix it?
VS and XF are up to date. I am targeting Android 11.
Thanks

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,366 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rhy Bezuidenhout 6 Reputation points
    2022-02-11T19:54:30.283+00:00

    I don't know whether it will help anyone, but I "suddenly" started getting this error and it was compiling perfectly two weeks ago.

    I realized that I had compiled the app for a release a fortnight ago and got this error when I wanted to debug it today. After changing the "Active solution configuration" back to "Debug" as it was on "Release", the error went away and I was able to debug it again.

    1 person found this answer helpful.

  2. Toeknee 1 Reputation point
    2022-02-25T13:39:24.137+00:00

    Right-click your android project -> Android Options -> Advanced

    And look at the Supported architectures column. One of the ones I needed was unchecked. by checking one of the boxes fixed the error for me.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.