问题
AVD has VFP support for armeabi-v7a but has not for armeabi.
I experience problem with float point on ARMv6 and wish to setup ARMv6 with FPU on virtual device. (It is hardware similar to Samsung Galaxy ACE, Y, Pocket, GIO)
So I look for solution to get another CPU/ABI option for Android Virtual Device.
UPDATE
AVD settings are located in ~/.android/avd/config.ini
It is possible to add line like
hw.cpu.model=cortex-a8
Right now it does not work If you know required settings I will mark your answer as response. +1
来源:https://stackoverflow.com/questions/13915261/android-virtual-device-vfp-for-armv5