Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to Solve Low Disk Space for Android Studio?

I am getting this error randomly and not sure as to why my disk space is getting low for Android Studio..

Low disk space on a Android Studio system directory partition

Update

This Application is installed on a mac running 10.10.1 w/ 251GB internal storage and an OS restore Drive taking 10GB.

I think the problem is, once the application was installed it was placed on the smaller partition.

I will attempt to remove this application and all files associated to it, and reinstall. Hopefully this will solve the issue.

like image 833
kandroidj Avatar asked Mar 19 '15 15:03

kandroidj


People also ask

How do I increase my AVD storage?

On Android StudioClick Edit Icon to edit the AVD. Click Show Advanced settings. Change the Internal Storage, Ram, SD Card size as necessary. Click Finish.

How much storage do I need for Android studio?

Just check out the Android Studio system requirements. You will probably need 4GB RAM and 2GB of disk space to run the Android Studio platform minimally (this is Google's official development platform for Android devices). You can start by downloading the IDE at the developer website and also pickup some samples.

What is low disk quota?

Low disk space means that you have utilized most of your computer's disk space and less space is available for data storage.


2 Answers

You can install studio and SDK separately into different partitions: http://developer.android.com/sdk/index.html#Other

Or you can move your existing SDK folder anywhere and then just point studio to it in preferences.

Also consider that AVD files are actually stored in your system user folder (user/.android/avd on Windows, not sure where exactly on mac), not in SDK folder.

like image 102
Dmide Avatar answered Oct 01 '22 22:10

Dmide


I had the same problem, I installed android studio a 128gb partition and togther with JAVA jdk and all sdk related file it consume most of its disk space. I re-install it on a larger partition and it solve my problem.

like image 30
Yoho Avatar answered Oct 02 '22 00:10

Yoho