Why do we use ARM EABI v7a System image in android. What is the purpose of that particular image
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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) |
|||
|
|
|
It is the kernel image. You must install it, otherwise the image won't start, failing with
|
|||
|
|
|
This package is responsible for faster floating point operations |
|||
|
|
|
The only line I know, I believe you need to use the Android SDK Manager, ARM EABI v7a System image to add that ARM EABI processor support to your local SDK. |
|||
|
|