I recently followed Android development and found the official installation documentation at http://developer.android.com/sdk/installing.html. I will try to configure an installation environment.
To be honest, I did Java at the earliest. At that time, there was no eclipse, only JBuilder, or editplus editor.
Later, eclipse may be integrated, but after VS gets used up, it won't catch a cold on other editors.
After I installed all the loaded items, I found a problem only after downloading them. Because I installed the entire development environment on a virtual machine, so I have no more C disks left.
However, the default path of AVD is drive C. I am speechless. As you know, an AVD is 1 GB. It is very bulky, although the hardware is not worth the money now.
So I want to change the default path. After some Google searches, I finally found a solution. You only need to add android_sdk_home to the system variable. See.
Now, the problem is solved.