The android AVD simulator created using eclipse is usually located in the. Android folder under the System Disk (C :) user folder (User) by default, and the path cannot contain Chinese characters. User folders are generally stored on the system disk. Therefore, when too many simulators are created and the occupied space is too large, the system disk space is insufficient. So how can I modify the default location created by moving AVD? The method is as follows.
Open: Computer --> System Properties --> environment variable-> choose "New" from "system variables" --> the variable name is "android_sdk_home" (note that this name must be used !), Then, change the variable value to the location (for example, D: \ My Documents ENTs) where you want to place the ". Android" folder of AVD ).
Then we restart eclipse and we can see in Eclipse:
"Preferneces ---> Android ----> build setting ----> default debug keystore: D: \ My Documents \. Android \ Debug. keystore"
That is, the modification takes effect.
Note:If you have already created an AVD simulator, delete the. Android folder under the current user and restart eclipse to create it. You can also cut the folder to the location you set and change the path in the android **. ini file to the copied path.
Of course, you can also use the CMD command to customize the creation of the AVD simulator.