简体   繁体   English

在Google Play中降级应用程序? (Android市场)

[英]Downgrade app in Google Play ? (android market)

I uploaded a app for the market, and then uploaded a 2.0 version... but then we decided that the first one was better, but i cant reactivate the 1.0 because it says "Error: APK version 1 supports all the same devices as other APKs with higher versions. It would not be served. Please deactivate an APK." 我上传了一个面向市场的应用程序,然后上传了2.0版本...,但是我们认为第一个版本更好,但是我无法重新激活1.0版本,因为它说“错误:APK版本1支持与其他版本相同的所有设备更高版本的APK。将无法投放。请停用APK。” any how to activate the 1.0 that is already uploaded? 任何如何激活已经上传的1.0? Or any how to open the apk (1.0) in eclipse, save and upload it as 3.0? 或如何在Eclipse中打开apk(1.0),将其保存并上传为3.0? (I have only the apk 1.0 because i did the 2.0 in the same project) thanks (我只有apk 1.0,因为我在同一项目中做了2.0)

Deactivate version 2.0, Activate Version 1.0. 停用2.0版,激活1.0版。

I don't know if that will downgrade anyone who has already upgraded to 2.0, but it will stop anyone who hasn't upgraded from downloading 2.0. 我不知道这是否会降级已经升级到2.0的任何人,但是它将阻止尚未升级到2.0的任何人下载。

If you want to be sure that everyone goes back to the code from version 1.0, you may need to re-distribute 1.0 as 3.0 which will guarantee people on 2.0 can "upgrade" to the old code base. 如果要确保每个人都从1.0版开始使用代码,则可能需要将1.0重新分配为3.0,这将确保2.0上的人们可以“升级”到旧代码库。

Edit : I read the question poorly. 编辑 :我读得不好。 I didn't realize you don't have the source code for version 1.0 anymore. 我没有意识到您已经没有1.0版的源代码。 In that case, you can't really re-distribute 1.0 as 3.0 在这种情况下,您无法真正将1.0重新分配为3.0

Also, you need to go into "advanced" mode in google play in order to see all previously uploaded APK's which will let you activate/deactivate whichever ones you want. 另外,您需要进入Google Play中的“高级”模式才能查看所有以前上传的APK,这将使您可以激活/停用任何所需的APK。

You can't, the APK version of your 2.0 is higher than the APK version of 1.0 and a new APK should have a higher APK version. 您不能,2.0的APK版本高于1.0的APK版本,而新APK的APK版本应该更高。

You could access the source code of 1.0 by decompiling . 您可以通过反编译访问1.0的源代码。

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

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