最近我在开发Android应用程序时遇到了问题。我在Windows XP环境中,使用Eclipse 3.5和ADT工具。模拟器需要一些时间来加载,但这一直是正常的。不正常的是,当我在模拟器中运行我的程序时,至少50%的时间Eclipse无法连接到模拟器,我必须使用adb kill-server&& adb start-server或重启模拟器或重启eclipse。
这种情况频繁发生,以至于它变得非常棘手。我应该把更新版本的eclipse(3.7)替换掉吗?我可以尝试其他任何事情吗?
Android开发应该更加顺畅,因为很多人正在开发Android应用程序。
答案 0 :(得分:1)
试试Android x86。它的工作速度比谷歌Android模拟器快得多。请按照以下步骤操作:
netcfg
,记住IP,按 Alt + F7 adb connect <virtual_machine_IP>
来源:Why is the Android emulator so slow? How can we speed up the Android emulator?