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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -