appium使用前的安装(windows下)

第一步:安装node.js  

地址:https://nodejs.org/en/download/ 

正常安装即可。安装后在cmd中  : node --verion   可以看到版本号,说明安装成功。

第二步:安装  Appium Desktop

地址:https://github.com/appium/appium-desktop/releases

第三步:安装安卓开发环境。

     推荐直接安装Android Studio  

 地址:https://developer.android.com/studio/index.html?hl=zh-cn

(也可以用其他模拟器,如夜神、逍遥)

第四步:安装Python-client

   pip install Appium-Python-Client

第四步:adb的安装

下载地址:http://adbshell.com/upload/adb.zip 

下载后解压到一个文件夹,然后把这个文件夹路径加到系统变量  如  d:/adb

第五步:Java安装  

运行studio需要Java。

教程在:http://www.runoob.com/java/java-environment-setup.html

猜你喜欢

转载自blog.csdn.net/xiongzaiabc/article/details/84669360