Unity builds for Android not working. "Could not find ABIS" error on install

Hello! My name is juan and I’m having a problem installing my Unity Builds on my Nexus 6. I tried through the terminal using

adb install [Directory to apk]

And I got an error that is (along the lines of) Could not find ABIS. According to the almighty google, that means the build does not have the native libraries for my architecture. Is there some build option I need to change? PLEASE HELP!

Hi Juan!

Seems like you selected “x86” as the architecture for your APK in the player settings. To be able to install on Nexus 6 (armv7), you have to select ARMv7 or FAT.