简体   繁体   English

在Android上下载旧版本的应用程序

[英]Downloading old version app on android

I have android app, i use phonegap 1.2. 我有android应用,我使用phonegap 1.2。
To create apk file, i just zip www folder, next i pload archive to https://build.phonegap.com/apps/ 要创建apk文件,只需将www文件夹压缩,然后将存档加载到https://build.phonegap.com/apps/
Than i download apk file from phonegap.com and upload it to https://play.google.com/apps/publish/ 比起我从phonegap.com下载apk文件并将其上传到https://play.google.com/apps/publish/

Than i saw this message (play.google.com): 比我看到此消息(play.google.com):

Warning: Active APKs support fewer devices than previously active APKs. Some users will not receive updates.

When I run Play on my android phone, there wasn't any updates for my app. 当我在Android手机上运行Play时,我的应用程序没有任何更新。 So i removed my app and download it once again, nothing has change. 所以我删除了我的应用程序并再次下载,没有任何变化。 I just downloaded the old version. 我刚刚下载了旧版本。

Why do i getting this warning? 为什么会收到此警告? How can i make it works so users who already download this app could see updates? 如何使它正常工作,以便已经下载此应用程序的用户可以看到更新?

Update 更新资料

I removed one icon in main menu, thats all. 我在主菜单中删除了一个图标,仅此而已。 Here is code i have change: 这是我更改的代码:

      if(cc_maps == 1){
        $('<li><a href="#gmap"><img src="images/icons/map.png" alt="map" width="75" height="75" /></a></li>').appendTo('#cc_homeicons');        
      }

changed to: 变成:

      /*if(cc_maps == 1){
        $('<li><a href="#gmap"><img src="images/icons/map.png" alt="map" width="75" height="75" /></a></li>').appendTo('#cc_homeicons');        
      }*/

Also i have changed phonegap to 1.2 (it was 1.1 before) but i get this error in 1.1. 另外我已经将phonegap更改为1.2(之前为1.1),但是在1.1中出现了此错误。 I though it was the reason, thats why i change it. 我虽然是原因,但这就是我要更改它的原因。

The only reason for this is that the changes you have made in your apps require the use of features that are available on less devices than the previously used features. 这样做的唯一原因是,您在应用中所做的更改要求使用的功能要比以前使用的功能在更少的设备上可用。 If you told us what changes you made, we could elaborate on this. 如果您告诉我们您做了什么更改,我们可以详细说明。

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

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