에뮬레이터 다운로드 자료실
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에서는 에뮬레이터 버전 자료실을 제공합니다. 라이선스 정보는 에뮬레이터 패키지의 라이선스 파일을 확인하세요.
최상의 경험을 위해 에뮬레이터 시스템 요구사항을 검토하세요.
선택된 에뮬레이터 버전을 수동으로 설치하는 방법
선택된 에뮬레이터 버전을 스튜디오에서 수동으로 설치하려면 원하는 에뮬레이터 패키지 콘텐츠를 SDK 설치 디렉터리에 붙여넣고 package.xml
파일에 지정된 에뮬레이터 버전을 변경해야 합니다. 구체적으로 다음 단계를 따르세요.
- SDK 설치 디렉터리를 찾습니다. 이 디렉터리의 기본 위치는 플랫폼에 따라 다릅니다.
- Windows에서는
%LocalAppData%\Android\Sdk
디렉터리입니다. 이는 일반적으로 C:\Users\<username>\AppData\Local\Android\Sdk
로 펼칠 수 있지만 시스템에 따라 차이가 있을 수 있습니다.
- macOS에서는
$HOME/Library/Android/sdk
디렉터리입니다.
- Linux에서는
$HOME/Android/Sdk
디렉터리입니다.
스튜디오를 열고 Android Studio > Preferences > Appearances & Behavior > System Settings > Android SDK를 클릭하여 SDK 설치 디렉터리의 위치를 확인할 수 있습니다. Android SDK Location 파일 경로가 SDK 설치 디렉터리 위치입니다.
macOS를 사용하고 Finder를 사용하여 탐색하는 경우 기본적으로 Library
폴더가 표시되지 않을 수 있습니다. 폴더로 이동하려면 Finder를 열고 Go > Go to Folder를 클릭한 후 'Library'를 검색합니다.
- SDK 설치 디렉터리에서 기존
emulator
디렉터리의 이름을 바꿉니다. 다음 단계에서 새로 다운로드한 emulator
디렉터리의 압축을 여기에 풀기 때문입니다. 예를 들어 emulator_original
로 정합니다.
- 다운로드한 에뮬레이터 ZIP 파일의 압축을 풉니다. 콘텐츠를 SDK 설치 디렉터리로 옮깁니다.
macOS: 에뮬레이터 ZIP 파일의 압축을 푼 후 다음을 실행하여 에뮬레이터 패키지의 격리 속성을 삭제합니다.
xattr -dr com.apple.quarantine emulator/
그러면 패키지를 확인해야 하는지 차단해야 하는지에 관한 메시지가 줄어듭니다.
emulator_original
디렉터리의 package.xml
파일을 새 emulator
디렉터리에 붙여넣습니다.
package.xml
파일에 지정된 에뮬레이터 버전을, 사용하기 위해 다운로드한 버전으로 변경합니다. package.xml
파일 하단으로 스크롤하여 다음과 같은 텍스트를 찾으면 됩니다.
<revision><major>31</major><minor>1</minor><micro>4</micro></revision>
여기에서 설치를 위해 다운로드한 에뮬레이터 버전을 지정합니다.
[[["이해하기 쉬움","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"]],[],[],[],null,["This page provides an archive of Emulator releases. Please review the\n[license file](https://cs.android.com/android/platform/superproject/+/master:prebuilts/android-emulator/NOTICE)\nin the emulator package for licensing information.\n\nFor the best experience, please review the [Emulator system requirements](/studio/run/emulator#requirements).\n\nHow to manually install a select version of emulator\n\nTo manually install a select version of emulator on Studio, you need to paste the desired\nemulator package contents into your SDK installation directory, and change the emulator version\nspecified in the `package.xml` file. Specifically, follow these steps:\n\n1. Locate your SDK installation directory. The default location of this directory varies by platform:\n - On Windows, it's the `%LocalAppData%\\Android\\Sdk` directory. This normally expands to `C:\\Users\\\u003cusername\u003e\\AppData\\Local\\Android\\Sdk`, although it might vary based on your system.\n - On macOS, it's the `$HOME/Library/Android/sdk` directory.\n - On Linux, it's the `$HOME/Android/Sdk` directory.\n\n You can check where your SDK installation directory is by opening Studio and clicking\n **Android Studio \\\u003e Preferences \\\u003e Appearances \\& Behavior \\\u003e System Settings \\\u003e\n Android SDK** . The **Android SDK Location** file path is your SDK installation\n directory location.\n\n If you're using macOS and browsing using Finder, the `Library` folder might not be\n visible by default. To navigate there, open Finder and click **Go \\\u003e Go to Folder**\n and search for \"Library.\"\n2. Rename the existing `emulator` directory in the SDK installation directory, because you'll unzip the newly downloaded `emulator` directory here in the next step. For example, call it `emulator_original`.\n3. Unzip the emulator zip file you downloaded. Move the contents into the SDK installation directory.\n4. On macOS: After unzipping the emulator zip file, clear the quarantine attribute on the\n emulator package by running:\n\n `\n xattr -dr com.apple.quarantine emulator/\n `\n\n This should reduce messages about whether the package should be checked or blocked.\n5. Paste the `package.xml` file from the `emulator_original` directory into the new `emulator` directory.\n6. Change the emulator version specified in the `package.xml` file to the version you\n have downloaded and want to use. To do this, scroll to the bottom of the `package.xml`\n file and find the text that looks like:\n\n `\n \u003crevision\u003e\u003cmajor\u003e31\u003c/major\u003e\u003cminor\u003e1\u003c/minor\u003e\u003cmicro\u003e4\u003c/micro\u003e\u003c/revision\u003e\n `\n\n This is where you should specify the emulator version you downloaded and want to install."]]