how to install play store in emulator

dongwookim·2024년 6월 23일
0

토이 프로젝트를 만드는중에 gps app을 다운 받아야 상황이 생겼다.
이럴때 일반적인 emulator에는 play store가 존재하지 않는데
1. 사용자 > admin > AppData > Local > Android > Sdk > system-images > android - 몇버전 에서 googleapis_store 생성
2. ```사용자 > admin > .android > avd > Pixel
버전.avd > config.ini```
에서 PlayStore.enabled = true, image.sysdir1 = ~\google_apis_store~ 로 변경

마지막으로 sdk manager에서 해당 버전 play ~ apply 시키면 끝

출처: https://stackoverflow.com/questions/38593738/is-google-play-store-supported-in-avd-emulators

profile
Practice makes perfect

0개의 댓글