-1
模擬器負載模擬器上的應用程序,並顯示該消息是「不幸的是應用程序已經停止」 PLS幫助我....這是在控制檯中顯示如何運行無差錯
[2012-09-16 23:32:25 - Demo] Android Launch!
[2012-09-16 23:32:25 - Demo] adb is running normally.
[2012-09-16 23:32:25 - Demo] Performing com.example.demo.MainActivity2 activity launch
[2012-09-16 23:32:25 - Demo] Automatic Target Mode: launching new emulator with compatible AVD 'Emulator1'
[2012-09-16 23:32:25 - Demo] Launching a new emulator with Virtual Device 'Emulator1'
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] Failed to create Context 0x3005
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] could not get wglGetExtensionsStringARB
[2012-09-16 23:32:31 - Emulator] emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
[2012-09-16 23:32:31 - Emulator] emulator: warning: opening audio input failed
[2012-09-16 23:32:31 - Emulator]
[2012-09-16 23:32:32 - Demo] New emulator found: emulator-5554
[2012-09-16 23:32:32 - Demo] Waiting for HOME ('android.process.acore') to be launched...
[2012-09-16 23:33:36 - Demo] HOME is up on device 'emulator-5554'
[2012-09-16 23:33:36 - Demo] Uploading Demo.apk onto device 'emulator-5554'
[2012-09-16 23:33:36 - Demo] Installing Demo.apk...
[2012-09-16 23:34:36 - Demo] Success!
[2012-09-16 23:34:36 - Demo] Starting activity com.example.demo.MainActivity2 on device emulator-5554
[2012-09-16 23:34:38 - Demo] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.example.demo/.MainActivity2 }
[2012-09-16 23:41:22 - Demo] ------------------------------
你應該發佈代碼和logcat錯誤 – nandeesh
據我所見,你的模擬器工作得很好,問題出在你的應用程序上。請發佈您的logcat輸出。 – Gan