how to build for android emulators with x86/x86_64 CPU API?
Created by: melody-rain
I got mdlTest
executable and deployed to the Android emulator. When I run the file I got the follow error:
/system/bin/sh: ./mdlTest: not executable: 64-bit ELF file
As the CPU/ABI
of my emulator is x86_64
. If I switch to armv7/armv8, mdlTest
runs correctly.
So how to build for x86/x86_64 CPU API? Thanks.