I\'ve installed Android Studio 1.0 rc and Android SDK in my Archlinux box. But when I try to create a new Android Application, the AS would try to download another set of SDK di
Looks like that is in the known issues list: http://tools.android.com/knownissues
A bug in Android Studio 1.0 RC1 causes the Setup Wizard to show up and ask you to install an SDK on each startup. To work around this, you can edit the idea.properties file in the bin folder such that it has the below line as well:
disable.android.first.run=true
PLEASE NOTE: This will break patch updating to the next version. We now check full binary checksums on the whole installation to prevent various install corruption bugs as well as to preserve application signatures. Therefore, make a copy of this file first, and before updating, put it back. (Alternatively, just download the full image of RC2 when it is released.)