androidandroid-studioandroid-gradle-pluginbitcoinj

Android: No Matching ABI's


Problem:

I cannot install my app on my HTC One M7 or any emulators while using Android Studio. Before the upgrade to 5.0.2 (from 4.4.?) it worked fine. Error message that I am receiving is INSTALL_FAILED_NO_MATCHING_ABIS.

Attempts:

At this point I have no idea what to do to fix this issue

Update

  1. I have created a brand new application and it seems to work fine with no splitting at all. Will update more when I find a better temporary fix
  2. Possible cause: I am using bitcoinj library for my project and once I include this in my dependencies I get the above error

Solution

  • Solution has been found. The problem was due to my bitcoinj library and updating to Lollipop. You can view this answer which lead me to my success.