Completed
What we will learn
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Appium Android Mobile Testing Setup Tutorial - Part 2
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What we will learn
- 3 Check missing dependencies on the system
- 4 Setup Java JDK
- 5 Windows - Set Java env variables
- 6 Mac OS - Set Java env variables
- 7 Install Appium android drivers
- 8 Setting up Android SDK Tools
- 9 Option 1 : Download and setup only the required tools without using Android Studio
- 10 Windows - Download cmdline-tools and set ANDROID_HOME and Path Env variables
- 11 Mac OS - Download cmdline-tools and set ANDROID_HOME and Path Env variables
- 12 Windows - Setup platform-tools and build-tools
- 13 Correction - the path of ANDROID_HOME should only be upto the folder having cmdline-tools and not till cmdline-tools. This is corrected here
- 14 Mac OS - Setup platform-tools and build-tools
- 15 Command for setting up Emulator
- 16 Outro