Android Virtual Devices 중에서 Play Store를 지원하지 않는 가상 기기에 추가하는 방법에 대해서 알아보겠습니다.
(현재 Tablet 버전은 전부 지원이 되지 않고 있습니다.)
1. Android Virtual Device Manager에서 Play Store를 추가하려는 emulator의 Actions버튼에서 Show on Disk를 선택합니다.
그러면, 파일 탐색기(mac은 Finder)가 열리며, 폴더 안에 config.ini파일을 열어 봅니다.
2. PlayStore.enabled=false를 PlayStore.enabled=true로 변경합니다.
3. "image.sysdir.1=system-images/android-30/google_apis/x86/"를
"image.sysdir.1=system-images/android-30/google_apis_playstore/x86/"로 변경합니다.
새로고침을 하게 되면 아래와 같이 Play Store가 추가된 모습을 볼 수 있습니다.
반응형
댓글