Android Virtual Device VFP for ARMv5

谁都会走 提交于 2020-01-17 04:19:13

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!