What is the use of ARM EABI v7a System image in android?

后端 未结 6 1048
闹比i
闹比i 2021-01-31 01:16

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

6条回答
  •  自闭症患者
    2021-01-31 02:04

    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)

提交回复
热议问题