Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it safe to delete Temp folder which is inside Android SDK path?

Tags:

android

I just found that all the updates downloaded from SDK Manager are stored in Temp folder inside the Android SDK folder.

I just wanted to know whether it is safe to delete all the contents inside the temp folder?

like image 508
zackygaurav Avatar asked Aug 29 '15 19:08

zackygaurav


People also ask

Can I delete Android SDK folder?

After deleting all these folders, go to C:\Program Files and delete the Android folder. We have deleted all the Android Studio files now to delete any remains of SDK, go to %LOCALAPPDATA% and delete the Android folder.

Can I safely delete my temp folder?

Is it safe to delete temp files? Yes, it's safe to delete temporary files from Windows. Most of the time, they'll be deleted automatically — if they're not, you can go in and delete them yourself without any worries.

Can I delete SDK folder?

Yes. You can remove your older Android SDK Folder (2 GB). There is no longer a need for it as the Android studio is targetting the new location PATH ("D" Directory) so, Feel free to remove the older one.

What is Android SDK path?

by default, the "Android Studio IDE" will be installed in " C:\Program Files\Android\Android Studio ", and the "Android SDK" in " c:\Users\username\AppData\Local\Android\Sdk ".


2 Answers

Android Studio 4.1

  1. Open SDK Manager.
  2. Click the "Optimize disk space" button at the top right corner.
  3. The temp folder, along with other cache folders, is included in the delete list.
like image 155
Dewey Reed Avatar answered Oct 21 '22 12:10

Dewey Reed


i deleted temp Folder in android sdk folder and after that i have not any problem, so yo can delete it safely :)

like image 22
Sadegh-khan Avatar answered Oct 21 '22 13:10

Sadegh-khan