How to Solve Low Disk Space for Android Studio?

前端 未结 9 1350
渐次进展
渐次进展 2021-02-01 01:38

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 direct

9条回答
  •  孤城傲影
    2021-02-01 01:49

    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.

提交回复
热议问题