2012-04-14 145 views
0

我目前按照下面的鏈接,在Android的Eclipse中創建tabhost: http://www.androidhive.info/2011/08/android-tab-layout-tutorial/Tabhost在Android的日食

的問題開始在得到運行後,顯示爲

[2012-04-14 12:37:25 -AndroidTabhosting] Failed to install AndroidTabhosting.apk on 
    device 'emulator-5554': device not found 
[2012-04-14 12:37:25 -AndroidTabhosting] com.android.ddmlib.InstallException:device 
    not found 
[2012-04-14 12:37:25 - AndroidTabhosting] Launch canceled! 

誰能告訴該項目控制檯我如何解決這個問題?

回答

2

您是否嘗試過DDMS?只需在Eclipse中打開此透視圖並查看是否正確找到了模擬器。 您還可以在android開發指南here

中找到更多關於Android模擬器的信息