Android Studio - How to Change Android SDK Path

前端 未结 29 2164
甜味超标
甜味超标 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:59

    I'm guessing from the responses that people aren't understanding your question... If I'm right in that you want to have ~\Desktop\github\ then changing the SDK location isn't what you're after.

    From Android Studio 3.2.1: From the new project dialog, choose Configure -> Preferences -> Tools -> Terminal -> Start Directory

    Put the folder you want as your project default in the field.

    e.g. Mine is set to ~/Desktop/github/ since all my work is in ~/Desktop/github/

提交回复
热议问题