On Wednesday 02 January 2019 at 19:25:17, Румен Петров wrote:
> Hello,
>
> Image android-x86-8.1-rc2 announce itself as suitable for 86 and arm(5 and
> 7) 32-bit processors.
I think the clue is in the name - "Android-x86" is designed to run on x86
CPUs; if you want to run Android on an ARM CPU, just use the standard Android
release, instread of Android-x86.
> As result with IDE like Android studio could be uploaded application that
> support only arm processor (native binaries, build with "product flavors with
> dimension by 'abi'").
>
> Image status could be verified with property check (unix command line):
> $ adb shell getprop | grep -i cpu
>
> Result is:
> [ro.product.cpu.abi]: [x86]
> [ro.product.cpu.abilist]: [x86,armeabi-v7a,armeabi]
> [ro.product.cpu.abilist32]: [x86,armeabi-v7a,armeabi]
> [ro.product.cpu.abilist64]: []
>
> As is visible "abilist" is not correct.
Are you sure this means that Android-x86 claims to be able to *run* on an ARM
CPU, or is it possible that it just means it will accept ARM-code apps and
support running those under it (with an emulator such as Houdini)?
Antony.
--
3 logicians walk into a bar. The bartender asks "Do you all want a drink?"
The first logician says "I don't know."
The second logician says "I don't know."
The third logician says "Yes!"
Please reply to the list;
please *don't* CC me.