我创建了一个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."
请帮帮我,以便启动模拟器。
答案 0 :(得分:0)
答案 1 :(得分:0)
在运行Android应用程序之前,这里有一些说明。
确保首次启动模拟器以运行此特定应用时,您未检查以下复选框。
。从快照启动
因为在您第一次运行此应用程序时,第一次没有任何快照存在。
2确保您选择了小分辨率模拟器,因为较大的分辨率效果不佳。