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
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).