2015-05-08 91 views
0

我剛剛創建我的第一個Android項目在Android Studio中。它是默認的問候詞app.When我在虛擬仿真器運行它,我得到以下error.Please幫我整理出來。Android的工作室沒有運行

emulator: WARNING: Requested RAM size of 1536MB is too large for your 
environment, and is reduced to 1152MB. 
HAX is not working and emulator runs in emulation mode 
Cannot set up guest memory 'pc.ram': Invalid argument 
emulator: device fd:576 
emulator: The memory needed by this VM exceeds the driver limit. 
Error accepting connection, aborting 

在此先感謝。

+0

嘗試使用Genymotion重量輕模擬器,而不是默認的,看看這裏:https://www.genymotion.com/#!/ –

+0

什麼是您的計算機的內存配置..? – Lucky

回答

2

你HAXM不工作嘗試重新安裝並設置初始值(768MB推薦)的內存少於您的計算機的RAM。您需要減少您嘗試運行的模擬器的RAM大小。並確保模擬器沒有超過您在安裝HAXM時設置的值。如果HAXM設置爲768MB,則將其進一步降低並將RAM設置爲512MB以使其正常工作。

Android的工作室:

  1. Tools - >Android - >AVD Manager
  2. 點擊Edit this AVD
  3. 顯示Advanced Settings - >Memory and Storage
  4. 設置RAM512MB - >Finish

的Eclipse:

  1. 選擇你的模擬器設備和
  2. 點擊Edit編輯的配置。
  3. Window - >AVD Manager
  4. Memory Options你會發現RAM選項。現在將其設置爲最小值,如512MB

現在試着現在正在運行的模擬器。希望它現在應該能夠開始。