android - 将 Playstore 添加到 Android Studio 模拟器

标签 android android-studio android-emulator google-play-services

我正在使用 Android Studios AVD 制作一些文本虚拟设备,但无法添加 google playstore。我没有项目,因为我想通过 Playstore 下载应用程序。如何在不同的模拟器上安装 Playstore?我尝试下载文件并将其拖放到模拟器上,但它只是说正在复制文件,然后就消失了。任何帮助都会很棒。

最佳答案

您无法在模拟器上安装 PlayStore。有一些技巧可以实现这一点,但我从未对其进行管理。

而是在真实手机上下载您需要的应​​用程序,然后从设备中复制它们。使用 ES Explorer 应用程序的备份应用程序选项有多种方法。

当您的桌面上有 APK 时,您只需将该 APK 拖放到新的模拟器 (2.0) 中即可

关于android - 将 Playstore 添加到 Android Studio 模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36692263/

相关文章:

android - 如何使 Relativelayout 可点击?

新更新 : apk that is not signed with the upload certificate 的 Android App Sign 问题

java - 将模拟器与 android firebase 短信验证一起使用

android - 在模拟器或实际设备上测试?

android - 如何避免 "Application Android keyboard is not responding"消息?

android - 如何相对于屏幕尺寸缩放图像?

android - 如何使用 Android 中的闹钟管理器获取每天的重复闹钟?

java - 如何在首次运行时填充大型 SQLite 数据库

android - 将 app-compat v7 库 eclipse 项目导入到 android studio

android - 为什么 Android studio 无法在 Android Pie (9.0) 上运行应用程序?