简体   繁体   English

Android,谷歌播放apk的官方下载位置进行测试?

[英]Android, official download location for google play apk for testing?

I have some functionality for rating my app and for viewing/installing other apps I have on the marketplace that I need to test in the android avd emulator. 我有一些功能可以评估我的应用程序和查看/安装我在市场上我需要在android avd模拟器中测试的其他应用程序。 To do this I need to have the latest google play apk installed but I am unsure of the official location to download this from so I can install it on to the emulator. 要做到这一点,我需要安装最新的google play apk但我不确定从哪个官方位置下载,所以我可以将它安装到模拟器上。

Lot's of the sources I have found are for file sharing sites and out of date apks and I would be grateful for a link to the official apk. 我找到的很多来源都是文件共享网站和过时的apks,我将非常感谢官方apk的链接。 For some reason best known to themselves I don;t seem to be ble to get it from the main google play site. 出于某种原因,我自己最熟悉的事情似乎是从主要的谷歌游戏网站获得它。 this is most confusing! 这是最令人困惑的!

Or is there another way to test market app functionality on an emulator? 或者是否有其他方法可以在模拟器上测试市场应用程序功能?

what you are looking for is: "market://details?id=" + APP_PNAME 你要找的是: "market://details?id=" + APP_PNAME

I strongly recommend using the android code snippet app rater 我强烈建议使用android code snippet app rater

good luck 祝好运

First, this is not a programming question. 首先,这不是一个编程问题。 Second, there is no such thing as an 'official download location'. 其次,没有“官方下载位置”这样的东西。 The Play Store application is only available on licensed devices. Play商店应用程序仅适用于许可设备。 Even if you pulled the apk from your device, it won't run on the emulator as is, since it requires other components as well. 即使您从设备中提取了apk,它也不会在模拟器上运行,因为它还需要其他组件。 So, test on a real device if you need access to the Market/Play store. 因此,如果您需要访问Market / Play商店,请在真实设备上进行测试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM