In Android Studio, Create AVD at New Path (As my C drive is full) -
i dont have space in c drive, hence want create avd in android studio in drive. how can change setting of avd manager, new avds created @ new path-directory
this has been answered before, according @wloescher:
add new user environment variable (windows 7):
- start menu > control panel > system > advanced system settings (on left) > environment variables
- add new user variable (at top) points home user directory:
variable name: android_sdk_home variable value: path directory of choice avd manager use directory save .android directory it.
if on linux system: how set environment variables on linux.
if on mac: how set environment variables on mac.
Comments
Post a Comment