My disk C has very little space because of the SSD
, how can I move the C:\Users\Edu\AndroidStudioProjects
to disk D
? Thank you very much!
Asked
Active
Viewed 1,086 times
-3
1 Answers
1
You can just copy and paste AndroidStudioProjects
on disk D, then instead of reopen the project from the recent list, browse to the new directory.
If you want to change the default directory where AS creates projects read this answer
P.S. the tag is wrong, you should use Android Studio, not Android

Jameido
- 1,344
- 1
- 11
- 21
-
1It is important to note that the new directory should better avoid spaces, too. – Alex Cohn Aug 02 '17 at 07:11
-
Thank very much! and sorry for the tag hehe. – eduardo Aug 02 '17 at 18:56