-
Android Studio – Change Android SDK Path
Question: How can I change Android SDK Path in Google Android Studio ?
Answer:
you can use following steps for this:
Step 1. Close current Project (File->Close project)
You'll get a Welcome to Android Studio Dialog. In that:
Step 2. Click on configure -> Project Defaults -> Project Structure.
Step 3. Click on SDKs in the left column.
Step 4. In the middle column Click on Android SDK (with Android icon) OR click + on the top if you don't see an entry with Android icon.
Step 5. Change SDK Home Path and select valid Target.
Step 6. Have fun!
-
One thought on “Android Studio – Change Android SDK Path”
Leave a Reply
Thank you for the information provided