Is Google Play Store supported in avd emulators?(avd 模拟器是否支持 Google Play 商店?)
问题描述
在谷歌上搜索了很多之后,我无法找到这个问题的答案.谷歌游戏商店是否正式支持 avd 模拟器.
After googling quite a bit I am unable to find the answer to this question. Is google play store officially support in avd emulators.
我知道它曾经停止过,然后我听说它是在特定版本的 android 之后恢复的.我正在使用 avd android 版本 4.4.3 (api 19) google app .我在那里没有看到 google play store 应用程序.我应该期待它吗?或者有没有google play store的官方apk可以正式安装在avd上?
I know it was once stopped , then I hear that it was brought back after specific version of android. I am using avd android version 4.4.3 (api 19) google app . I dont see a google play store app there. Am I suppose to expect it? Or is there an official apk for google play store that can be installed on the avd officially?
推荐答案
从Android Studio 2.3.2开始现在您可以创建一个预装了 Play 商店的 AVD.目前在AVD的运行中支持它
Starting from Android Studio 2.3.2 now you can create an AVD that has Play Store pre-installed on it. Currently, it is supported on the AVD's running
- Nexus 5 或 5X 手机或任何 Android Wear 的设备定义
- 自 Android 7.0 (API 24) 以来的系统映像
官方来源
对于其他模拟器,您可以尝试本答案中提到的解决方案.
For other emulators, you can try the solution mentioned in this answer.
这篇关于avd 模拟器是否支持 Google Play 商店?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:avd 模拟器是否支持 Google Play 商店?
基础教程推荐
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01