Android Studio 官方有 AVD(Android Virtual Device),運作在 QEMU 的 Emulator 之上,使用上效率不好,所以近期開發 Android 都是使用 Genymotion 這套 Android emulator(仿真器)上。Genymotion 是基於 VirtualBox 基礎上,而 Genymotion 上的 virtual device 預設沒有Google Play、Google Maps 等 Google Apps。如果想要在上面裝 Google Apps,需要以下額外的設定:
註: 如果要安裝 gapps 在 Genymotion 推出的 PREVIEW - Google Nexus 5X - 6.0.0
或 PREVIEW - Google Nexus 5P - 6.0.0
話,則需要額外的步驟:
- 安裝 gapps-L-4-21-15.zip
- 先登入 Google 帳號
- 安裝 benzo-gapps-M-20151011-signed-chroma-r3.zip,重啟裝置
這樣就有 Google Play 可以用了