Why does Android Studio 1.0 rc start downloading the Android SDK without detecting whether it exists?

I installed Android Studio 1.0 rc and Android SDK in my Archlinux folder. But when I try to create a new Android application, AS will try to download another SDK directly from dl-ssl.google.com. I mean, why, why doesn't he start over, and let me customize the SDK path? (I am in mainland China, so the connection will be reset all the time, in other words, AS will not start working in the workspace.

+4
source share
1 answer

This seems to be on the list of known issues: http://tools.android.com/knownissues

Android Studio 1.0 RC1 SDK . , idea.properties bin , :

disable.android.first.run=true

, : . , , . , . ( , RC2, .)

+15

All Articles