Android中AVD的使用以及錯誤處理方法

來源:互聯網
上載者:User

1.1版本的emulator在設定好環境變數後,直接在命令列中輸入 emulator就可以啟動了,但是1.5版本中加了個所謂的AVD(Android Virtual Device),AVD就相當於是一個模擬器的,不過你可以利用AVD建立基於不同版本的模擬器,然後使用emulator-avd avdName命令啟動不同的模擬器,下面就介紹如何建立AVD:

1.查看當前支援版本(在列出的版本中我們需要記住id值,這個值在第2步中使用):

 android list targets

2.建立AVD(最後的2表示建立1.5版本的avd):

android create avd –n avdName –t 2

3.查看是否建立成功(如果成功會顯示剛才我們建立的avd資訊):

android list avd

4.啟動模擬器:

emulator -avd avdName

5.選擇啟動的皮膚(橫向的模擬器)

emulator -avd avdName -skin HVGA-L

6.按Ctrl+F11,可以直接改變模擬器的橫縱擺放。

7. 實際建立avd的過程以及錯誤處理方法

首先建立一個avd,使用命令列方式建立,例如:

D:/android/android-sdk-windows-1.5_r3/tools>android create avd -n avd15 -t 2

Android 1.5 is a basic Android platform.

Do you wish to create a custom hardware profile [no]

Created AVD 'avd15' based on Android 1.5

用android list avd命令列出當前的avd:

D:/android/android-sdk-windows-1.5_r3/tools>android list avd

Available Android Virtual Devices:

    Name: avd15

    Path: D:/我的文件/.android/avd/avd15.avd

  Target: Android 1.5 (API level 3)

    Skin: HVGA

注意上面的avd的目錄,把上面目錄中的/.android的檔案夾拷貝到C:/Documents and Settings/Administrator,因為我用的是administrator登陸的,所以拷貝到這個目錄下,實際應該拷貝到相應的C:/Documents and Settings/使用者名稱 下,注意使用者名稱要是英文名。

這時候如果用emluator -avd avd15,會得到如下的錯誤:

emulator: ERROR: no search paths found in this AVD's configuration.

Weird, the AVD's config.ini file is malformed. Try re-creating it.

這個錯誤的原因是C:/Documents and Settings/Administrator/.android/avd目錄中的ini檔案中包含了中文字元-我的文件,所以要修改這個ini檔案-Avd15.ini,修改path為path=C:/Documents and Settings/Administrator/.android/avd/avd15.avd。

這時候,就可以啟動emulator了:

D:/android/android-sdk-windows-1.5_r3/tools>emulator -avd avd15

emulator: emulator window was out of view and was recentred

可以看到google的android模擬器了。

運行eclipse中的工程,選擇andorid project.會彈出android AVD Error對話方塊,選擇Yes,

然後出現android virtual device manager:

直接點擊finish,然後出現 android device chooser對話方塊:

當前啟動並執行emulator會顯示出來,選中它,然後OK.

此時,在emulator中可以顯示工程的應用程式。

總結一下:

先啟動emulator,然後再運行eclipse中的工程。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.