【发布时间】:2012-03-12 23:15:29
【问题描述】:
我使用 adb install 命令在设备中安装了一个较低版本的应用程序。我在 Android Market 中有更高版本的应用程序。我会从 Android Market 自动更新设备中的应用程序。我在下面看到了类似的帖子: Prompt Android App User to Update App if current version <> market version Is there a way to automatically update application on Android? 但这些帖子都没有回答这个问题。 他们一定有一些解决办法。就像 Goole Maps 和 Gmail 一样。不知道谷歌地图是怎么做到的? 有人建议使用 http://code.google.com/p/android-market-api/ 但它在下面的代码上对我来说失败了:(android 3.2) session.login("mymail@gmail.com",密码); 提前谢谢你。
【问题讨论】:
标签: android