android - 从 Google Play 安装未发布的 Android 应用程序

标签 android testing google-play

我刚刚向 Play 商店上传了一个应用程序。它现在处于草稿模式。是否可以通过访问 Play 商店在移动设备上对其进行测试?

我的意思是在发布它之前,是否可以获取 Play 商店链接,以便我可以从 Play 商店下载并在移动设备上测试,从我添加到测试用户列表的帐户?

最佳答案

如果您需要测试草稿应用程序,请在您的设备上运行一个签名的 apk。使用的 keystore 应与谷歌上传的 apk 中的相同。如果要调试应用程序,可以将 Eclipse 的默认 keystore 更改为自定义 keystore 然后:

按照说明更改 keystore 密码/ key 密码和 key 别名here

然后 更改 Eclipse 的首选项 -> Android -> 构建 -> 自定义 keystore 并提供新自定义 keystore 的路径。

关于android - 从 Google Play 安装未发布的 Android 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16000579/

相关文章:

java - 设计模式最佳实践

android - Android Lollipop 上的持久化应用程序

java - Android 应用程序在 Lollipop 之前的 Java 库上崩溃

android - 按钮的渐变背景 - 自定义渲染器

node.js - 在 Mocha 中 describe() 的作用是什么?

postgresql - Makefile:运行命令“go test./…”后终止

git - 是否有可以与 git 中的代码一起使用的验收测试管理方法?

android - Play 商店的应用程序屏幕密度支持

java - NoClassDefFoundError 只有一些设备,只能来自 playstore?这甚至可能吗?

android - Android Market 中的多语言应用程序 - 不止一种语言的屏幕截图?