Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to move SDK file after android studio is installed

I am not able to move SDK file after the android studio is installed. Can you guide me step by step.

like image 630
Pattnayak Avatar asked Nov 29 '22 06:11

Pattnayak


1 Answers

To actually MOVE an existing Android Studio SDK folder location in Windows:

  1. Close Android studio.
  2. In windows File Explorer, MOVE the actual SDK folder.
  3. For example, my SDK folder was located here C:\Users\bfindling\AppData\Local\Android\sdk so I cut/pasted it to E:\Android\sdk
  4. Now you can re-launch Android Studio and it will notice that the SDK has moved.
  5. It will ask you for the new location.
  6. Point it to the new location (for example E:\Android\sdk) and you are done.
like image 58
Bfindling Avatar answered Dec 24 '23 18:12

Bfindling