Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法启动Android仿真器_Android_Eclipse_Eclipse Plugin - Fatal编程技术网

无法启动Android仿真器

无法启动Android仿真器,android,eclipse,eclipse-plugin,Android,Eclipse,Eclipse Plugin,我创建了一个Hello Android应用程序,并按照developer.Android.com网站上的说明进行了所有必要的配置。当我运行应用程序时,模拟器没有启动 在控制台中显示以下消息 "[2011-07-08 10:44:04 - HelloAndroid] Android Launch! [2011-07-08 10:44:04 - HelloAndroid] adb is running normally. [2011-07-08 10:44:04 - HelloAndroid] Pe

我创建了一个Hello Android应用程序,并按照developer.Android.com网站上的说明进行了所有必要的配置。当我运行应用程序时,模拟器没有启动

在控制台中显示以下消息

"[2011-07-08 10:44:04 - HelloAndroid] Android Launch!
[2011-07-08 10:44:04 - HelloAndroid] adb is running normally.
[2011-07-08 10:44:04 - HelloAndroid] Performing com.HelloAndroid.HelloAndroidActivity activity launch
[2011-07-08 10:44:04 - HelloAndroid] Automatic Target Mode: launching new emulator with compatible AVD 'AVD'
[2011-07-08 10:44:04 - HelloAndroid] Launching a new emulator with Virtual Device 'AVD'".
然后出现一条弹出消息,显示以下内容

"An Unhandled win32 exception occured in emulator-arm.exe[3656]. 
Just-In_time debugging this exception failed with the following error:
No installed debugger has Just-In-Time debugging Enabled. 
In Visual Studio,Just-In_time debugging can be enabled from 
Tools/Options/Debugging/Just-In_time.

Check the documentation index for 'Just-in-time debugging, errors' 
for more information."
请帮助我,这样我就可以启动模拟器了

  • 启动Android SDK管理器
  • 在SDK管理器中,转到“虚拟设备”页面并单击“新建”以创建新设备。 确保创建的“目标”API在应用程序支持的API范围内
  • 一旦Android虚拟设备(AVD)被创建,点击“开始”启动它
  • 等待AVD完全启动,然后转到Eclipse
  • 在Eclipse中为你的应用程序创建一个“运行配置”(如果你还没有)。在运行配置中 确保您选择了刚刚创建的设备
  • 运行“运行配置”

  • 在运行Android应用程序之前,这里有一些说明

  • 确保首次启动emulator以运行此特定应用程序时未选中以下复选框

    。从快照启动

    因为第一次运行此应用程序时,您之前没有任何快照

    2确保您选择了小分辨率模拟器,因为较大分辨率的模拟器性能不佳


  • 您是否尝试通过Android SDK和AVD管理器启动AVD?如果AVD正常启动,你可以在AVD启动并运行后尝试运行你的应用程序。你能清楚地解释一下我应该做什么才能运行应用程序吗?你知道原因吗?