2011-08-23 214 views
0

我經常收到此提示以下錯誤,當我運行在我的模擬器我的Android應用:我的模擬器出現錯誤:模擬器中發生未處理的win32異常?

"An unhandled win32 exception occured in emulator-arm.exe[4472]. 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"

任何一個你能解決我的問題?

+0

爲什麼這個問題是投下來的? – Randroid

回答

1
  1. 開始從Windows
  2. 在SDK管理器中的開始菜單中的Android SDK管理器,進入「虛擬設備」頁面,點擊「新建」,創建一個新的設備。確保你創建了一個「Target」API,它位於你的應用程序支持的API範圍內。 (檢查快照[推薦])
  3. 一旦創建Android虛擬設備(AVD),單擊「開始」以啓動它。
  4. 等到AVD完全啓動,然後轉到Eclipse
  5. 在Eclipse中爲您的應用程序創建一個「運行配置」(如果您還沒有它)。在運行配置中,確保你選擇了你剛剛創建的設備。 運行您的「運行配置」。並開心:)