1.安装client

pip install Appium-Python-Clinet  若有两个版本的python则使用(python3 -m pip install Appium-Python-Clinet)

pip install selenium -U

2.安装Appium server

https://github.com/appium/appium-desktop/releases/latest

3.安装Android Sdk

https://developer.android.google.cn/studio/archive.html 

选择Android Studio 2.3.3 版本,里面绑定有SDK,然后将SDK路径添加到 ANDROID_HOME环境变量中,以及将adb(在sdk\platformt-tools\目录下面)添加到PATH环境变量中。

4.安装JDK

https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 

 

posted on 2019-04-16 21:29  就是10  阅读(116)  评论(0编辑  收藏  举报