#shorts Video demonstrates the process of changing SDK Location in Android Studio
Thank you for watching it. Please subscribe my channel and like this video.
Steps :
1. Open Android Studio, point to SDK Manager (present in the three-dotted menu)
2. Open the location in your computer's file explorer where you want the SDK files.
The path to the folder should not contain any whitespaces, if there are, replace them with underscore (_).
3. Copy the path
4. Now go to Android Studio (in the SDK Manager) and click on 'Edit'.
5. In the SDK Location field, paste the path to the folder.
6. Click on next.
Now Android Studio will download all the files to the location.
7. Click on 'Finish'.
Its Done!
*You can delete the files from the previous sdk location.
*You may change the location as many times as your want!
NOTE -
When you will open an existing project, Android Studio will show you an error because in local properties file previous sdk location would be present. To solve the error, click on "Use Android Studio SDK". the issue should be solved then.
#Android SDK
#Android Studio
#How to Change SDK Location