如何重新安装 Internal Test Track 上的 Android 应用程序?
How do i reinstall an Android app that is on Internal Test Track?
我开发了一个小型 Android 应用程序,并安装在我的 phone 上。然后我删除了它。现在我想重新安装它以检查我忘记的一件事。
当我使用 Internel Test Track link 到 Google Play 时,它说该应用程序已经安装。
我能做什么?
听起来你还没有安装它。
- 您确定您正在寻找正确的包裹吗
- 您确定您是以最初在 Play 商店中安装它的用户身份登录的吗?
你可以check the apps installed on your phone from the command line using adb.
尝试使用 adb 将它们全部列出来仔细检查您的应用程序的包名称是否确实不存在。
我开发了一个小型 Android 应用程序,并安装在我的 phone 上。然后我删除了它。现在我想重新安装它以检查我忘记的一件事。
当我使用 Internel Test Track link 到 Google Play 时,它说该应用程序已经安装。
我能做什么?
听起来你还没有安装它。
- 您确定您正在寻找正确的包裹吗
- 您确定您是以最初在 Play 商店中安装它的用户身份登录的吗?
你可以check the apps installed on your phone from the command line using adb.
尝试使用 adb 将它们全部列出来仔细检查您的应用程序的包名称是否确实不存在。