Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将我的应用程序的新版本上传到我的 Android 开发者控制台。但是,我如何真正将这个应用程序从控制台下载到我的手机上呢?
应用程序已发布。但是我需要测试的当前版本尚未发布。那么如何将未发布的版本发送到我的手机?
谢谢!
只需重新安装您的应用程序
卸载应用程序
adb 卸载 package_name
安装你的开发版本
adb 安装 app.apk
您可以尝试导出 .apk 文件并复制到您的手机中。然后你就可以安装它了。如果您使用的是 Eclipse(带有 Emulator),则在 Emulator 中运行应用程序后,该文件位于 bin 目录中。