Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eclipse Indigo 开发 Android。经常发生当我点击运行时,模拟器没有启动。进度条在 27% 处停止。我被迫重新启动 Eclipse。我怎样才能解决这个问题?
检查您是否在项目菜单中设置了自动构建,并且在按下绿色运行按钮之前,单击它旁边的箭头并设置应用程序运行配置。
这些运行配置的一部分是您是手动选择一个模拟器,还是让它与指定的模拟器一起自动运行。模拟器必须在 AVD 管理器中创建,然后才能运行。
希望这能解决你的问题