Android Studio - How to Change Android SDK Path

前端 未结 29 1814
甜味超标
甜味超标 2020-11-22 03:18

When I open Android SDK Manager from Android Studio, the SDK Path displayed is:

\\android-studio\\sdk

I want to change th

29条回答
  •  旧巷少年郎
    2020-11-22 03:44

    1. Tap --> file --> close current project.

    You'll Android Studio home page

    1. Click on Configure -> Project Defaults -> Project Structure

    2. Click on SDK Location in the left column and copy the path.

    3. Paste the path in My computer --> Right Click -> Properties -> click on Advanced system settings -> Environment variables and change the android home path.

    4. click on 'OK' to save the session.

    5. Add tools and platforms tools in path and save the changes.

    6. Open command prompt[window+R] and type adb + enter.

提交回复
热议问题