IDE modify SDK storage directory

Android SDK

The sdk file of each version is not small, and we can manage related files in Android Studio.

Modify the default path

  • File -> Ohter Settings -> Default Project Stucture…
  • Modify Android SDK location

If prompted: SDK does not contain any platforms.
Solution: Create a folder named "platforms" under the selected folder.

Modify system path

  • File -> Close Project
  • Configure -> Settings
  • Appearance & Behavior -> System Settings -> Android SDK
  • Modify Android SDK location

Guess you like

Origin blog.csdn.net/u011513460/article/details/105967919