Install app on genymotion device ,meet:“INSTALL_FAILED_CPU_ABI_INCOMPATIBLE”

后端 未结 5 863
小鲜肉
小鲜肉 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:26

    The cause of the same problem was different in my case.

    I had added some dependency jars in /libs directory of my Android app project. One of these jars had exported library in jar format; i.e. a jar within a jar file. I've noticed that the apk created using jars with such structure are incompatible with x86 based devices (don't know why).

提交回复
热议问题