简体   繁体   中英

Change Android AVD SD Card Location?

I've read other topics here on SO but nothing that fixes that I need. I have a very limited amount of space on my C: drive, which is where the SDK Manager currently wants to install the AVDs to. I need this to be in my F: drive, because that's where my free space is. How would I go about doing this?

Thanks.

Use mksdcard in the sdk to create an sdcard wherever you'd like then specify this as the sdcard for the avd.

mksdcard 1024M sdcard1.iso

http://developer.android.com/tools/devices/emulator.html#sdcard

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM