I have recently migrated to Android studio from Eclipse,The problem which i am facing is that i cannot run my application on my device which is Asus Zenfone 5 with Intel x86 Atom processor,When i try to run the code i get the following error like:
Failure [INSTALL_FAILED_CPU_ABI_INCOMPATIBLE]
The code does not contain any Platform specific libraries AFAIK i've refered this answer but i cannot find the options in the new android studio project structures,
How can i resolve this issue?