Why would Android Studio 1.0 rc start downloading Android SDK without detecting if there existing one?

前端 未结 1 1455
面向向阳花
面向向阳花 2021-02-04 20:58

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

1条回答
  •  囚心锁ツ
    2021-02-04 21:17

    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.)

    0 讨论(0)
提交回复
热议问题