Home > Back-end >  Solving, XE6 choose/ABI=X86 CPU can't run.
Solving, XE6 choose/ABI=X86 CPU can't run.

Time:09-30

Delphi xe6 use the android emulator, choose X86 occur when the application does not support this device, but in return for ARM well testing, someone can solve this problem?

CodePudding user response:

Android emulator is arm emulator, not x86 simulator,

CodePudding user response:

The question is: eclipse as X86 can run normally,,

CodePudding user response:

refer to the second floor mocp001 response:
the question is: eclipse as X86 can run normally,,

You try to create an x86 virtual machine

CodePudding user response:

In the android emulator has created two versions of the virtual machine, in addition to the CPU/ABI is not the same as other are all the same, 2 ARM is the compiler can run normally XE6 apk, X86 compiler apk is submitted to the application does not support this device, I have installed the android's built-in virtual machine program Hardware_Accelerated_Execution_Manager concluded that the structure is same as above, it is and if I don't know what else?

CodePudding user response:

Delphi, CB generated by the Android application is the ARM native code, and should at least ARMv7 architecture, does not support ARMv6, nor does it support x86, MIPS,