Disk space warning during SDK Manager installation
Question: I’m getting a disk space warning during SDK Manager installation. How can I free up space?
You can try the following steps to increase available disk space:
Clear APT cache:
$ sudo apt clean
Remove Chromium browser (optional):
If you don’t need it, you can remove Chromium to free up additional space:
$ sudo apt remove chromium*
Restart SDK Manager installation:
Once space is cleared, you can restart the SDK Components installation via SDK Manager. When prompted, you may skip the disk size warning and proceed with the installation.
Clear APT cache:
$ sudo apt clean
Remove Chromium browser (optional):
If you don’t need it, you can remove Chromium to free up additional space:
$ sudo apt remove chromium*
Restart SDK Manager installation:
Once space is cleared, you can restart the SDK Components installation via SDK Manager. When prompted, you may skip the disk size warning and proceed with the installation.
