[唐胡璐]Android自動化- 測試環境搭建中遇到的問題

這裏主要講一下在配置過程當中遇到一個小問題,其餘的步驟會略過。android

 

  1. 安裝JDK,並設置環境變量windows

  2. 下載Android ADT, 解壓後,文件夾顯示以下:安全

     

    Download the ADT bundle for your environment and extract the zip file, two directories will be extracted, Eclipse and
    SDK. From the Eclipse directory double click the file "Eclipse", Eclipse will start with the Android SDK and Android ADT
    plug-in set up.app

  3. 配置Android環境變量,例如:工具

    ANDROID_HOME: C:\adt-bundle-windows-x86_64-20131030\sdk測試

    Path添加: %ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools網站

  4. 打開Eclipse,新建AVD《Window --> Android Virtual Device Manager》。當我新建AVD的時候,CPU/ABI的選項灰化不能選擇,致使不能新建AVD。google

    提示:No system images installed for tis targetorm

  5. 步驟4的緣由主要是SDK中有東西沒有下載安全致使的。打開Android SDK Manager進行下載blog

    可是在下載老是報錯"Download interrupted""Nothing was installed",多是由於這些是國外網站的事,可能被屏蔽了,在網上查找的時候發現了一個解決方法,本人在Win7下測試可用:

    a、修改hosts文件(C:\Windows\System32\drivers\etc\hosts),在最後添加以下內容

    127.0.0.1 localhost

    203.208.46.146www.google.com

    74.125.113.121 developer.android.com

    203.208.46.146 dl.google.com

    203.208.46.146 dl-ssl.google.com

    b、把https的資源獲取方式強制換成http協議獲取(Android SDK Manager的Tool->Option選項中)

    Images下載安裝成功後,就能夠建立你本身的AVD了。

  6.  Launch新建的AVD,以下:

  7.  到這,基本的測試環境就算有了,就能夠接着配置你所用的測試工具的Jar包就能夠了,好比appium, robotium等

相關文章
相關標籤/搜索