I installed the Android Studio. First it gave me an error installing the built-tools-21.1.1, but the android 21.1.2 folder was already in there. I downloaded 21.1.1, which had a folder named android-5.0. I put it alongside the "21.1.2" folder, clicked retry on the error message, and the installation succeeded. However, there was an error that it couldn't create an AVD.
After launching the AVD Manager, I set up a new AVD, but when I clicked finished, nothing happened. It basically failed silently.
I launched the SDK Manager as an administrator, and got a couple errors regarding a failure to download a file.
Instead of using the AVD Manager in Android Studio, I launched the one in %USERPROFILE%\Local\Android\sdk
folder. When I tried to create the AVD from there, I finally got a useful error message. It couldn't find the file %USERPROFILE%\.android\avd\
(the system cannot find the path specified).
As it turns out, the .android junction refers to a location that does not exist. I now realize I had an older Android SDK installed years ago, and at that time the junction refered to a folder a D:\.android
. I think I was using a separate drive root as my user profile folder.
Should %USERPROFILE%\.android
even be a junction? Or should it just be a normal folder?
If it is supposed to be a junction, where should it point?