最後更新於 2021 年 5 月 21 日
如果你的模擬器中沒有Play商店,教你用最簡單的方式為模擬器顯示play商店。
開啟Android Studio – Tools – SDK Manager
SDK Platforms 右下角選擇Show Package Details然後把Hide Obsolete Packages取消掉,在你對應的安卓版本將Google Play Intel x86 Atom System Image打勾後按OK
使用文本編輯器(記事本也行)打開下方路徑的檔案
C:\Users\使用者名稱\.android\avd\你的模擬器.avd\config.ini
將 PlayStore.enabled=false 改為 true
PlayStore.enabled=true
找到 image.sysdir.1: system-images\android-24\google_apis\x86\ 在google_apis後方加上_playstore
改成下方路徑:
image.sysdir.1=system-images\android-24\google_apis_playstore\x86\
重啟模擬器就能看到桌面上有Play Store了
Latest posts by pluto (see all)
- 解決 preact-router 資源請求路徑錯誤的問題 - 2022 年 6 月 24 日
- [楓之谷私服] 潮流轉蛋機 NPC 腳本優化 - 2022 年 6 月 19 日
- [楓之谷私服] 簡單的飛天椅子(坐騎)改法 v120 - 2022 年 6 月 19 日