0

我的 Android 模拟器已停止工作。没有错误。它只是永远启动。我已经重新安装了 eclipse indigo、Android SDK 甚至 Java se。这就是它在控制台中显示的内容

[2012-08-02 13:05:14 - Task Reminder] Android Launch!
[2012-08-02 13:05:14 - Task Reminder] adb is running normally.
[2012-08-02 13:05:14 - Task Reminder] Performing com.android.taskreminder.TaskReminderActivity activity launch
[2012-08-02 13:05:14 - Task Reminder] Automatic Target Mode: launching new emulator with compatible AVD 'Device1'
[2012-08-02 13:05:14 - Task Reminder] Launching a new emulator with Virtual Device 'Device1'
4

3 回答 3

0

您在 Logcat 控制台中看到什么了吗?

您可以尝试的其他一些事情:

  • 您是否尝试过删除 AVD 并创建一个新的?
  • 您拥有的所有版本的 Android SDK 都会发生这种情况吗?
  • 建议也选择“擦除用户数据”,然后尝试重新启动 AVD。
于 2012-08-02T03:22:12.053 回答
0

在 AVD 管理器中,您需要删除旧的 API 级别并添加新的 API - 然后应该打开 Android 模拟器。

于 2012-08-02T04:37:45.887 回答
0

在 eclipse ddms 设备视图中执行 adb 重置

Go to adb shell try this

    adb shell stop
    adb shell start
    restart adb by using adb kill-server and adb start-server then check adb devices 
于 2012-08-02T03:47:46.747 回答