I have registered myself with udemy.com tutorials on Appium testing but all given steps are in configuration w.r.t. for old Android Studio version like 2.x. Now the latest version of Android Studio is 3.1.3 and after installing i could not find sdk and tools folder. How to set the path and classpath for android 3.1.3 version for Windows to use with Appium.
Asked
Active
Viewed 63 times
1 Answers
0
Android Studio 3.*:
Tools > SDK Manager > Edit "Android SDK Location"
Android Studio 2.* SDK location for all projects from the top menu:
Try this way i try in Android Studio 2.0
- File -> Settings
- Settings -> SDK option
- Click Edit option in SDK Location
- Show "SDK Components Setup"
- Click on Tree "..." in "SDK Components Wizard"
- Select your new SDK Path
and for Windows:
- Click on File menu.
- Select Project Structure.
- Edit the path in SDK Location text box. From the next time Android Studio will use this location for all your projects.
After that, Set environment variable $ANDROID_HOME to your new SDK location
Hope this helps,

Kovacic
- 1,473
- 6
- 21