본문 바로가기
프로그래밍/React Native

Android Virtual Devices 에 Play Store 추가하는 방법

by 꾸션 2022. 2. 4.

Android Virtual Devices 중에서 Play Store를 지원하지 않는 가상 기기에 추가하는 방법에 대해서 알아보겠습니다.

(현재 Tablet 버전은 전부 지원이 되지 않고 있습니다.)

Android Virtual Device Manager에서 Play Store가 활성화 된 모습
Play Store가 활성화된 모습

 

1. Android Virtual Device Manager에서 Play Store를 추가하려는 emulator의 Actions버튼에서 Show on Disk를 선택합니다.

그러면, 파일 탐색기(mac은 Finder)가 열리며, 폴더 안에 config.ini파일을 열어 봅니다.

device의 메뉴 팝업찹을 띄운 모습
파일 목록에서 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가 추가된 모습을 볼 수 있습니다.

Play Store가 활성화된 모습
최종화면

 

반응형

댓글