Would it be possible to speed up Android Emulator by removing unnecessary apps?

自作多情 提交于 2019-12-13 00:38:04

问题


I am using Android SDK 1.6 and developing some simple apps. It seems everytime Android Emulator loads every default apps, like message music browser etc... I guess this cause the booting process slow (takes 1 minute overhead for me to test the code every time).

Would it be possible to take these apps out and just have my apps on the emulator? My purpose is to have a faster boot up time on emulator.


回答1:


emulator -help

there are a few things you can disable.

Why you would want to disable stuff instead of having a more accurate representation of how it will actually behave on the real device, I don't know.



来源:https://stackoverflow.com/questions/2661981/would-it-be-possible-to-speed-up-android-emulator-by-removing-unnecessary-apps

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