For android beginners, just configuring Eclipse has taken a lot of detours. Many students in the class write their own Chinese names for their computer names. As a result, AVD files are stored in "C: \ user \ <username> \. under andorid, this is broken !! The android sdk simulator does not support Chinese characters. It translates Chinese directories into a string of texts we don't know. This is a so-called encoding problem !! Ah! When can these "awesome" programs automatically support Chinese ???!!! (I guess I cannot catch up ....). Let's take a look at how to solve this problem:
Open System Properties> environment variables> select "new" under the GroupBox of "system variables"> variable name: "ANDROID_SDK_HOME" (note that the variable name cannot be changed, only this name can be used !), Then change the variable value to the value of AVD ". android "folder location, for example:" C: \ android ", here I put it in the Android SDK package, value:" D: \ android-sdk-windows ", as shown in. You can also change it to another path.
If the Setting is successful, the following result is displayed in preferneces-> Android-> Bulid Setting in eclipse: Default debug keystore: D: \ android-sdk-windows \. android \ debug. then you can use the keystore once and for all !!!
Excerpted from the column