2015-02-11 108 views
0

最近我已經升級我的機器,並從android工作室開始我試圖創建模擬器,但它不是啓動它顯示黑屏和掛在那裏請幫助我試圖刪除模擬器nexus 5和nexus 9都顯示下面的錯誤。模擬器不開始掛在黑屏

C:\Users\gaurav\AppData\Local\Android\sdk\tools\emulator.exe -netdelay none -netspeed full -avd Nexus9 
could not get wglGetExtensionsStringARB 
Creating filesystem with parameters: 
    Size: 69206016 
could not get wglGetExtensionsStringARB 
    Block size: 4096 
could not get wglGetExtensionsStringARB 
    Blocks per group: 32768 
could not get wglGetExtensionsStringARB 
    Inodes per group: 4224 
could not get wglGetExtensionsStringARB 
    Inode size: 256 
could not get wglGetExtensionsStringARB 
    Journal blocks: 1024 
    Label: 
could not get wglGetExtensionsStringARB 
could not get wglGetExtensionsStringARB 
    Blocks: 16896 
    Block groups: 1 
    Reserved block group size: 7 
Created filesystem with 11/4224 inodes and 1302/16896 blocks 
Failed to create Context 0x3005 
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer. 
emulator: device fd:560 
HAX is working and emulator runs in fast virt mode 
+0

使用[GenyMotion](https://www.genymotion.com)代替android本機模擬器。這是更快 – hrskrs 2015-02-11 11:55:08

回答

0

創建新的虛擬設備時,看看系統鏡像中的第二個步驟清單。是否有多個相同的條目ABI相同Target? (例如,兩個項目說棒棒糖,API等級21和86 ABI)

如果是這樣,同時嘗試的條目 - 在我的情況下,只有與Target的Android 5.0.1(和谷歌的API項目(Google Inc。)...)的作品。

也嘗試啓用(禁用)的過程中的第三步Use GPU host選項,也許嘗試重新安裝HAX(即使你的日誌說,它的正常工作)

祝你好運!

0

只是給它一些時間?你等了多久?

嘗試解決此

Emulator not running

+0

我已經等了2個多小時。 – CodingRat 2015-02-11 11:59:34

+0

檢查鏈接,如果你嘗試了一些解決方案,我相信它會工作...因爲它是你遇到的同樣的問題。你說你升級了,現在你使用的是Android Studio,如果你之前有這個模擬器在Elcipse上工作嗎? – 2015-02-11 12:00:22