Partition of Space for Android Studio -
i have 2 hard drive space: c , d. c lacking (small) saved android studio on d. however, when run emulator, says "lack of space", due saving onto c. thus, wondering how run android studio things on disk d, not c, appears automatic (or other possible fix). thanks!
it's not android studio it's self. there 2 huge parts of development environment. android sdk (can grow few gb depends on how many components install) , ide cache (more 2 gb in case) described here both locations can changed - android sdk needs moved , android_home environmental variable needs set. cache location defined in ide's configuration.
Comments
Post a Comment