Android 스튜디오의 다음 버전을 사전에 체험해 보고 싶다고 해서 기존의 정식
버전을 바꿀 필요는 없습니다. Android 스튜디오의 미리보기와 정식 버전을
동시에 설치하고, 두 버전에서 같은 앱 프로젝트를 진행할 수 있습니다.
이렇게 할 수 있는 이유는 Android 스튜디오가 각 설치 관련 설정을 버전별 폴더에
저장하기 때문입니다. 예를 들어 정식 버전인 Android 스튜디오 2.3과 Android 스튜디오 3.0 미리보기 버전을 Windows에 설치했다면 각 버전의 설정이 다음과 같은 디렉터리에 저장됩니다.
압축을 해제하여 만들어진 폴더의 이름을 'Android 스튜디오 미리보기'와 같은 고유한 이름으로 바꿉니다.
폴더를 영구적인 위치로 이동합니다(예: C:\Program Files\Android\에 있는 기존 Android 스튜디오 설치의 옆).
C:\Program Files\Android\Android Studio Preview\bin\ 내에서 studio64.exe를 실행합니다(또는 32비트 시스템을 사용하는 경우 studio.exe 실행).
Start 메뉴에서 미리보기 버전을 사용하려면 studio64.exe를 마우스 오른쪽 버튼으로 클릭한 다음 Pin to Start Menu를 클릭합니다.
Mac:
ZIP 파일의 압축을 풉니다.
참고:
버전 2.3 이하를 다운로드한 경우에는 애플리케이션 이름에 버전
번호가 포함되지 않으므로 새 버전을 앱 디렉터리로 이동하기 전에
먼저 이름을 바꿔야 합니다. 이름을 바꾸지 않으면 기존 버전의
Android 스튜디오를 덮어쓸 수도 있습니다.
앱 파일을 응용 프로그램 폴더로 드래그합니다.
파일을 실행합니다.
Linux:
ZIP 파일의 압축을 풉니다.
압축 해제 결과로 생성된 폴더의 이름을 'android-studio-preview'와 같은 고유한 이름으로 바꿉니다.
폴더를 정식 버전이 있는 위치로 이동합니다(예: 사용자 프로필의 경우 /usr/local/ 또는 공유 사용자의 경우 /opt/).
터미널을 열고 android-studio-preview/bin/으로 이동하여 studio.sh를 실행합니다.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Install a preview version of Android Studio\n\nIf you want early access to the next version of Android Studio, you don't have to replace your\nexisting stable version. You can install the Android Studio preview side by side with the stable\nversion and work on the same app projects in both.\n\nThis is possible because Android Studio stores its settings for each install in version-specific\nfolders. For example, if you have the stable version of Android Studio 2.3\nand a preview version of Android Studio 3.0 installed on Windows, the settings for each\nare saved in directories such as the following: \n\n```\nC:\\Users\\Jamie\\.AndroidStudio2.3\\\nC:\\Users\\Jamie\\.AndroidStudioPreview3.0\\\n```\n\nOn Mac, these directories are in `~/Library/Preferences/` and\n`~/Library/Application Support/`. On Linux, they're in your home directory.\n\nBy default, all Android Studio installations share the same Android SDK tools location as\nspecified in the [SDK Manager](/studio/intro/update#sdk-manager), so updates to your other\nSDK tools are available in all versions of Android Studio.\n| **Note:** Newer versions of Android Studio might change some configuration data in your projects (such as code style settings in the `.idea` file), which might not be compatible with the older version of Android Studio.\n\nIf you don't already have it, [download Android Studio stable here](/studio). It's good to have\njust in case you encounter a new bug in the preview version.\n\nInstall alongside your stable version\n-------------------------------------\n\nAfter you [download an Android Studio preview](/studio/preview), simply save the application\nalongside any other version of Android Studio as described below.\n\n**Windows:**\n\n1. Unpack the ZIP file.\n2. Rename the resulting folder to something unique like \"Android Studio Preview.\"\n3. Move it to a permanent location, such as next to your existing Android Studio install in `C:\\Program Files\\Android\\`.\n4. Inside `C:\\Program Files\\Android\\Android Studio Preview\\bin\\`, launch `studio64.exe` (or if you're on a 32-bit machine, launch `studio.exe`).\n5. To make the preview version available in your Start menu, right-click `studio64.exe` and click **Pin to Start Menu**.\n\n**Mac:**\n\n1. Unpack the ZIP file. **Note:**\n If you download version 2.3 or lower, the application name does not\n include the version number, so you must first rename it before moving\n the new version into your apps directory. Otherwise, you might override your\n existing version of Android Studio.\n\n2. Drag the app file into your **Applications** folder.\n3. Now launch it.\n\n**Linux:**\n\n1. Unpack the ZIP file.\n2. Rename the resulting folder to something unique like \"android-studio-preview.\"\n3. Move it to wherever you have your stable version, such as within `/usr/local/` for your user profile, or `/opt/` for shared users.\n4. Open a terminal, navigate into `android-studio-preview/bin/` and execute `studio.sh`."]]