Steps to Setup Appium on Ubuntu
Pre-requisites for Appium setup on Ubuntu:
Install Java on Ubuntu
Set Environment Variables for Java
Check that whether java is installed on the system or not by typing java on the terminal.
Install Android SDK on Ubuntu
Setup Path for Android SDK (ANDROID_HOME, Platform-tools, and Tools)
Check that whether android is installed on the system or not by typing adb on the command prompt.kaza
4. Download android studio and set the ANDROID HOME…
Leave a Reply