Install app on genymotion device ,meet:“INSTALL_FAILED_CPU_ABI_INCOMPATIBLE”

后端 未结 5 853
小鲜肉
小鲜肉 2020-12-25 13:34

When I install my app on a genymotion simulater device,it can not be installed well,on console I got \"INSTALL_FAILED_CPU_ABI_INCOMPATIBLE\" I trid another app,it installed

5条回答
  •  一生所求
    2020-12-25 14:24

    The application (certainly a game) must be ARM only. Genymotion is a x86 platform, so compile the application to target x86.

    You may be able to install ARM support manually : http://forum.xda-developers.com/showthread.php?t=2528952

提交回复
热议问题