2016-09-29 65 views
0

嗨,大家好我想獲得一個基本的仿真器運行來顯示你好世界但仿真器出現,但電話從不開機。請幫幫我。你好世界Android應用仿真器沒有運行

D:\Installed_Softwares\AndroidSDK\tools\emulator.exe -netdelay none -netspeed full -avd Nexus_5_API_24_2 
    ERROR: resizing partition e2fsck failed with exit code 9 
    emulator: WARNING: userdata partition is resized from 513 M to 800 M 
    RegGetValueW failed 2 The system cannot find the file specified. 
    RegGetValueW failed 2 The system cannot find the file specified. 
    RegGetValueW failed 2 The system cannot find the file specified. 
    Hax is enabled 
    Hax ram_size 0x60000000 
    HAX is working and emulator runs in fast virt mode. 
    emulator: Listening for console connections on port: 5554 
    emulator: Serial number of this emulator (for ADB): emulator-5554 

很高興能根據需要提供更多信息。

+0

您有哪些CPU? –

+0

我已經安裝了英特爾酷睿i5 2500K,並啓用了虛擬化,並安裝了BIOS和HAXM。所以這不是問題。 –

回答

0

如果您使用的是Windows,則必須調整(降級)模擬器使用的RAM。 另外,嘗試使用舊版本的Android,如4.2或4.4。

0

爲了解決在Windows分區問題:

安裝Cygwin和運行e2fsck的CMD

# Navigate to AVD and change the API level of the folder 
cd C:\Users\%USERNAME%\.android\avd\Nexus_5_API_16.avd 
e2fsck -f userdata-qemu.img