appium (b) environment to build

1. Download Android studio

  1. Download: http: //tools.android-studio.org/index.php/sdk, you can download and install

  2. Locate the installation path, start the SDK manager, download the Android SDK manager page: tools, platform-tools, build-tools, and build-tools corresponding version of the API, while the recommendation google usb driver and google webdrive (stored in

sdk/extra

  The following two graphs is the download Tools, platform-tools, build-tools; SDK platform build-tools is the corresponding version of the API, which corresponds to 29 android Q (android 10) version, corresponding to 28 versions android 9

  The figure is downloaded google usb driver and google web driver

  3. Set Environment Variables

    1, ANDROID_HOME add a variable, the value of the root directory sdk, appium need to use tools which

    2, platform-tools and tools applied to path environment variable, it is convenient to call the computer and other tools adb

2. Download NetEase mumu simulator (personal recommendation)

3. Download appium-desktop and java-client jar package depends

  appium-desktop Download the official website address: http: //appium.io/downloads.html

  java-client jar package dependency: https://mvnrepository.com/artifact/io.appium/java-client  , can choose their own version

Guess you like

Origin www.cnblogs.com/yjh1995/p/12057594.html