2015-11-04 88 views
0

我試圖簡單地測試hello world以查看AVD是否正確加載並且沒有模擬器運行的運氣。AVD未顯示

當試圖啓動AVD我沒有收到錯誤,並從我的知識中應用程序正在運行,但沒有模擬器顯示在屏幕上像教程建議。

所以我使用寡婦7專業和運行Android工作室與本質上所有插件(不過時)下載。

10:17:38 PM Gradle sync started 
10:18:30 PM Gradle sync completed 
10:18:32 PM Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:compileDebugSources, :app:compileDebugAndroidTestSources] 
10:18:41 PM Gradle build finished in 11s 28ms 
10:23:01 PM Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:assembleDebug] 
10:23:07 PM Gradle build finished in 5s 872ms 
10:23:15 PM Session 'app': running 
10:30:59 PM Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:assembleDebug] 
10:31:04 PM Gradle build finished in 5s 61ms 
10:41:30 PM Session 'app': running 
10:56:18 PM Executing tasks: [:app:generateDebugSources, :app:generateDebugAndroidTestSources, :app:assembleDebug] 
10:56:24 PM Gradle build finished in 6s 75ms 
10:56:47 PM Session 'app': running 
+1

Windows或Linux或Mac? 從命令行嘗試「android list avd」 –

+0

你做到了嗎? –

+0

嘿,我正在使用Windows 7和Android工作室 –

回答

0

請按照以下步驟進行操作。

我知道現在你必須想通了你的Eclipse菜單欄上的去

在Eclipse中,轉到:

1)窗口

2)自定義視角

3)命令組可用性選項卡

4)上的複選框Android SDK和AVD管理器檢查

5)最後,點擊OK

在Android Studio中,只要按照這樣:

當你將創建一個AVD進入你的Android虛擬設備管理器,如果假設有一些Windows RAM的警告大於768 MB可能會導致模擬器出現問題「。使內存大小768 MB後,它立即工作並開始。所以在這種情況下,增加內存大小將接近1024 MB或更多。

注:

如果您正在使用AVD到你的Android工作室,而是使用Genymotion,它可以讓你快速的響應和在很短的時間運行應用程序,它只是用於快速和更好的性能更多的設備。

+0

我實際上不使用Eclipse我正在使用android studio –