Android – the use of ARM EABI v7a System image in android

androidarmeabi

What for do we need ARM EABI v7a System image in Android development?
What is the purpose of that particular image?

Best Answer

if you work with the NativeDK, without that image the emulator is not able to simulate the execution of ARMv7 code (like multicore-instructions and NEON floating-point-unit)