-5

my android studio project is taking up too much space . I only have 100 gig hard drive. is there any way i can clear up some space?

not_again_stackoverflow
  • 1,285
  • 1
  • 13
  • 27
Yohannes Taye
  • 217
  • 1
  • 4
  • 8

3 Answers3

1

Well.. you can upgrade and add another hard drive or delete some not-used projects. Or you can delete old SDK that you don't really use.

Look.. there is a lot of ways to empty your disk and you can find most of them on the internet but this place is just not right for this kind question.

http://www.howtogeek.com/125923/7-ways-to-free-up-hard-disk-space-on-windows/

luopleming
  • 28
  • 1
  • 9
0

Delete All files inside directory ~YourApplication\app\build... Whenever you open this project in Android studio, it will regenerate these files again. It will reduce your project space when your are not using it.

Salman Khalid
  • 543
  • 5
  • 23
-1

I think you were looking for (in project in Andriod Studio)

Build > Clean Project

Found here

Joachim
  • 67
  • 1
  • 6