How do you resolve the “INSTALL_FAILED_NO_MATCHING_ABIS” error message…

This working vlog demonstrates how to resolve it. This solution is done in Microsoft Visual Studio 2017 and have been tested on Microsoft Visual Studio 2017 for Mac as well.

These are the steps.

1) Open your Microsoft Visual Studio Xamarin project solution file (.sln)
2) Right-click your Android project
3) Select on Properties from the context menu
4) Click on Android Options
5) Click the Advanced button (at the bottom of the page…. you will have to scroll down)
6) Under “Supported Architectures”, put a check on the following items
armeabi-v7a
x86
7) Once that is done, click on “Ok” and save the project.
8) Try building it again by pressing F5

I hope it helps you.

Please Like and Subscribe to my channel.