我也有這個,這導致我這個線程。
我將SDK版本字段留空。
[2011-06-01 21:46:23 - helloWorld] Uploading helloWorld.apk onto device 'emulator-5554'
[2011-06-01 21:46:23 - helloWorld] Installing helloWorld.apk...
[2011-06-01 21:46:45 - helloWorld] Success!
[2011-06-01 21:46:45 - helloWorld] Starting activity com.myhelloworld.MainAct on device emulator-5554
[2011-06-01 21:46:49 - helloWorld] ActivityManager: Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.myhelloworld/.MainAct }
[2011-06-01 21:47:47 - Emulator] emulator: emulator window was out of view and was recentred
[2011-06-01 21:47:47 - Emulator]
此消息後,我等待模擬器啓動,我解鎖它,並看到它的主屏幕。幾秒鐘後,我的應用出現了。
啊對。那是它在鎖屏上,但我仍然沒有看到它。我得到一個谷歌的搜索框。我查看了所有屏幕,並進入了模擬器中的My Apps鏈接。無法找到它。模擬器真的很慢,這是正常的嗎?我知道它的加載速度很慢,但它從一個屏幕到另一個屏幕的速度非常緩慢。 – Conor 2011-02-24 15:23:40
Android 3.0(蜂窩)仿真器已知非常慢。它正在模擬處理器,並使用CPU執行所有屏幕更新,而不是GPU。如果你剛剛進入它,我會建議使用較低的SDK - 比如2.2或2.3。這個模擬器要快得多。您將不得不創建一個新的AVD,目標是較低的平臺。 – 2011-02-24 15:28:55
好吧似乎更快,好吧歡呼。但我仍然沒有看到任何地方的Hello World。任何人有任何想法正在發生什麼? – Conor 2011-02-24 15:37:57