Issue
Android Studio is taking up more than 16GB of space.
I would like to delete some files.
I use my cell phone to compile the code.
So I would like to delete all files that are related to AVD.
System-Images take up nearly 12GB.
I believe system-images are used for rendering AVDs.
So can I just delete them?
Is there a particular method by which they have to be deleted?
I am not programming for either Android Wear or TV.
I also don't have an Intel processor (I have AMD).
So what files & folders can I delete?
Solution
Obviously delete anything that says Intel since you can't run it with AMD. You only need one system image and SDK for each API you need to test against. Delete everything else. ... Or, just delete everything. Start from scratch. Try to run things, then install the bare minimum of what you think you need as the errors occur.
Also, your phone runs the code, not compiles... Anyways, if that is the case, delete all system images. Leave the APIs that you need. If you are not developing offline, then delete the Documentation & Sources as well.
Use the SDK Manager for all this
I like to keep in minimal. Last time I checked, it was around 600 MB
Answered By - OneCricketeer
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.