IT박스

Android Studio를 자동으로 업데이트하는 방법은 무엇입니까?

itboxs 2020. 11. 20. 08:45

Android Studio를 자동으로 업데이트하는 방법은 무엇입니까?


Android Studio를 0.9.9 버전으로 업데이트해야하지만 "다운로드"(업데이트 정보 대화 상자에서)를 누르면 여기로 전송됩니다.

http://developer.android.com/sdk/index.html

수동으로 업데이트하는 방법도 모르기 때문에 업데이트를 자동으로 수행하는 방법이 없습니까?

또한 대화 상자에는 다음 권장 사항이 있습니다.

자동 업데이트 설정을 구성하려면 IDE 설정의 업데이트 대화 상자를 참조하십시오.

"업데이트"라는 단어는 링크이지만 작동하지 않습니다.


이 작업에서는 Android Studio IDE를 사용하고 압축 파일이 아닌 자동 설치 프로그램을 선택하는 것이 좋습니다.

  1. 상단 메뉴에서 도움말-> 업데이트 확인 ...을 선택합니다.
  2. 아래 업데이트 대화 상자에서 업데이트 링크를 선택 하여 IDE 설정을 구성하십시오.

플랫폼 및 플러그인 업데이트

  1. 업데이트를 확인하려면 Dev 채널 을 선택하는 것이 좋습니다. 나는

베타 또는 카나리아를 권장하지 않음

채널은 불안정한 버전이며 자동 설치아니며 대신 zip 파일이 제공됩니다.

업데이트 대화 상자

  1. 구성이 완료되면 업데이트 및 다시 시작선택 하여 설치 EXE를 다운로드합니다.
  2. 설치를 실행하십시오.

경고 : Android Studio 버전에 따라 단계가 다를 수 있습니다. 하지만 내 의도를 명확히하려고 노력하면서 아이디어를 얻길 바랍니다.

추가 정보 : 원하는 경우 Android 도구 프로젝트 사이트-최근 빌드 에서 Android 스튜디오 업데이트를 확인하세요 . 이 웹 페이지는 도구 업데이트에 대한 다른 Android 페이지보다 더 정확한 것 같습니다.


업데이트하는 가장 간단한 방법은 다음과 같습니다.

  1. Android Studio의 시작 화면으로 이동합니다. 프로젝트를 열 때 자동으로 열리는 경우 해당 프로젝트를 닫습니다 (종료하지 않음).

  2. 하단에는 최신 버전으로 업데이트하는 데 사용할 수있는 업데이트 확인 링크가 있습니다.


시작하는 버전과 업데이트 대상에 따라 버전간에 항상 업데이트 프로그램이있는 것은 아닙니다. 이 경우 전체 설치 프로그램을 다운로드하고 Android Studio를 다시 설치하십시오.


다음은 스냅 샷 에서처럼 필요한 파일을 다운로드하고 설치하는 가장 쉬운 방법입니다.여기에 이미지 설명 입력


시작 화면에서 구성 버튼을 사용하여 업데이트를 확인할 수 있습니다.

1) 구성> 업데이트 확인을 선택합니다.여기에 이미지 설명 입력

2) 최신 업데이트 다운로드

여기에 이미지 설명 입력


Android Studio를 통해 :

  1. 도움
  2. 최신 업데이트 확인
  3. 최신 정보

If you go to help>>check for updates it will tell you if there's an update.

You don't have to change from the stable channel. If you aren't offered an update and restart button, kindly close the window and try again. After about 4 or 5 checks like this, it will eventually show you update and restart button.

Why? because google.


If you are already using Android Studio, you can update via the built in Update mechanism (Check For Updates); make sure you switch to the canary or beta channels if you're not being offered an update.

To configure automatic update settings, see the Updates dialog of your IDE Preferences or settings. You can then switch to either the canary or beta channels. (The default is "stable" but probably that one fails to automatically inform of updates).

Hope it helps. Thanks.


for windows users go to HELP> CHECK FOR UPDATES>UPDATE(click the link updates)


These steps are for the people who already have Android Studio installed on their Windows machine >>>

Steps to download the update:

  1. Google for “Update android studio”
  2. Choose the result from “tools.android.com”
  3. Download the zip file (it’s around 500 MB).

Steps to install Android Studio from a .zip folder:

  1. Open the .zip folder using Windows Explorer.
  2. click on 'Extract all' (or 'Extract all files') option in the ribbon.
  3. Go to the extract location. And then to android-studio\bin and run studio.exe ifyou’re on 32bit OS, or studio64.exe if you’re on 64bit OS.

By then, the Andriod Studio should open and configure your uppdates 여기에 이미지 설명 입력


I am having a similar problem while updating from 2.3.2 to 2.3.3.

Go to the bin folder of your Android Studio installation folder: e.g.

cd opt/android-studio/bin

Provide run permission for studio.sh file: chmod +x studio.sh

Run Android Studio from here: ./studio.sh

and try "update and restart" from android studio.


AS 1.2 이상부터는 안정, 개발, 카나리아 및 베타 채널 중에서 선택할 수있는 업데이트에 대한 자동 확인이 있습니다. 그러나 전체 업데이트 스크립트가 아닌 확인 일뿐입니다. 클릭하여 설치하고 설치를 다시 시작해야합니다 (원격 서버 상황의 문제).


그래 네가 맞아. Android Studio의 자동 업데이트를위한 내장 메커니즘이 없습니다. 수동으로 다운로드하고 구성해야합니다.

참고 URL : https://stackoverflow.com/questions/28133518/how-to-update-android-studio-automatically