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):

  1. start menu > control panel > system > advanced system settings (on left) > environment variables
  2. 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. 

original post.

if on linux system: how set environment variables on linux.

if on mac: how set environment variables on mac.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -