Is there any way to make Android SDK's device emulator to emulate an ARMv7 device?

妖精的绣舞 提交于 2019-12-11 04:36:01

问题


By default AVD runs ARMv6, is there any way to make it emulate an ARMv7 device?


回答1:


There is the ability to download an "ARM EABI v7a System Image" via the 'SDK Manager tool' (this is in the 4.2 API product tree). Then you will need to create an emulator, that uses this system image.

If the image you are looking for doesn't exist (you aren't seeing it in the list of downloadable options in the SDK Manager) it probably isn't possible right now.

Bottom line, you will need the ARMv7 system image - then you can use that in your emulator.




回答2:


I've never done it, but there was talk on the forums about setting the emulator up to emulate a Google Nexus 7 tablet and that would install the ARM 7 support. I can't find that post, but here is a post that has a walk through:

https://developer.coronalabs.com/forum/2012/10/26/guide-getting-your-corona-app-run-android-emulator



来源:https://stackoverflow.com/questions/14458478/is-there-any-way-to-make-android-sdks-device-emulator-to-emulate-an-armv7-devic

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