본문 바로가기
Project Site

Downloads & Preview Channels (1)

by 각종 잡상식 지식 모음 2016. 6. 10.
반응형
Download‎ > ‎

Downloads & Preview Channels

Android Developer SDK site에서 공식적이고 안정적인 배포판을 다운로드하세요.
Download the official stable release from the Android Developer SDK site.

Contents

  1. 업데이트 채널을 선택
    Selecting an Update Channel 
  2. 복수의 안드로이드 스튜디오 버전을 사용
    Using Multiple Android Studio Versions
  3. 보다 오래된 셋팅 폴더를 삭제
    Deleting Older Settings Folders

Android Studio의 built-in update mechanism은 이들 4개 채널을 통하여 업데이트를 받도록 설정될 수 있습니다. 
Android Studio's built-in update mechanism can be set to receive updates through any one of these 4
 channels. 
  • Canary: Bleeding edge, released about weekly. These are early previews released in order to obtain real-world feedback during development. The canary channel will always have the latest build, including updates to beta or stable releases. We recommend running canary builds side-by-side with a beta or stable installation.
  • Dev: Canary builds after a full round of internal testing get promoted into the Dev Channel.
  • Beta: Release candidates based on stable canary builds, released and updated to obtain feedback prior to the stable release. The beta channel will be updated with new stable builds until a new canary build goes to beta. 
  • Stable: The official stable release, as available from the Android Developer site. 
You can download the full installations of the build offered in each of these channels: Canary, DevBetaStable.

Alternatively, you can build it yourself, following the instructions in Build Overview

Selecting an Update Channel 

To select the update channel for an Android Studio installation use the Preferences > System Settings > Updates menu option and choose the appropriate channel on which to check for updates:

When an update is available, you'll be prompted by the IDE:

Selecting update will display the update information dialog, which details information on the patch available, its size and its channel:

Using Multiple Android Studio Versions

It's possible to have multiple versions of Android Studio installed simultaneously. When we offer canary builds (or even beta builds) of the next version of the IDE, you may want to install the new version without replacing your existing stable install.

Android Studio stores its settings in version specific folders; the exact locations depend on the operating system (and the versions of the IDE), but for example, if you have both Android Studio 1.5.1 and Android Studio 2.0 Preview 1 installed, these will consult settings in
~/.AndroidStudio1.5
and
~/.AndroidStudioPreview2.0
respectively.

Therefore, once you've installed the two versions, you can use them, even side by side, and they should not interfere with each other. (Note however that newer versions of the may change some of the configuration data in your projects (such as code style settings in .idea).

Note that on OSX, you typically install by just dragging the "Android Studio" app from the DMG folder to your Applications folder. Doing so will cause it to replace the previous install with the new install. To avoid this, rename your existing app first, for example from "Android Studio" to "Android Studio 1.5".

Deleting Older Settings Folders

Once you are done with an older version, you can delete the settings folder for that version. This can free up a significant amount of disk space; particularly the index caches.


반응형

'Project Site' 카테고리의 다른 글

빌드 개요 Build Overview (3)  (0) 2016.06.10
프로젝트 개요 Projects Overview (2)  (0) 2016.06.10

댓글