android模拟器无法启动

时间:2012-08-02 03:19:40

标签: android

我的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'

3 个答案:

答案 0 :(得分:0)

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

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

  • 您是否尝试删除AVD并创建一个新的AVD?
  • 您所拥有的所有Android SDK版本都会发生这种情况吗?
  • 建议也选择“擦除用户数据”,然后尝试重新启动AVD。

答案 1 :(得分: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 

答案 2 :(得分:0)

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