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

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -