android - Error encountered installing apk to device : INSTALL_FAILED_NO_MATCHING_ABIS -


i have nexus 4 device android 5.1.1. when trying install android application

i receiving following error:

 [2015-06-25 11:41:50 - xxxx] installation error: install_failed_no_matching_abis  [2015-06-25 11:41:50 - xxxx] please check logcat output more details.  [2015-06-25 11:41:50 - xxxx] launch canceled! 

i checked logcat log , not displaying anything.

any feedback appreciated.

you trying install app has libraries isn't compatible cpu architecture. using emulator run google maps through google play service while emulator doesn't have arm (armeabi-v7a) cpu.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -