本文介绍了如何更新在Android Market的Android应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我看到了许多问题,解决这个问题,但我还是有些怀疑......
I saw many question addressing this issue but still i have some doubts...
我后面的克里斯·史密斯中的
- 增加
的Android值:
元素您的AndroidManifest.xml&LT版本code
属性;清单> - 在建,标志,像你一样最初zipalign的APK
- 转到 http://market.android.com/publish/Home 李>
- 点击上的应用程序名称
- 点击
[上传升级]
- Increase the value of the
android:versionCode
attribute of the<manifest>
element in your AndroidManifest.xml - Build, sign, zipalign the apk as you did originally
- Go to http://market.android.com/publish/Home
- Click on the app name
- Click on
[Upload Upgrade]
但没有在那里我能找到的 [上传升级] 在开发者控制台的选择,因为他说。请看下面的图片
But no where i could found [Upload Upgrade] option in developer console as he told.Please see the image below
任何人都知道是什么问题?
Anyone knows what was the problem?
推荐答案
谷歌改变了升级的图形用户界面,让你指的是后不再有效。从你的屏幕
Google changed the upgrade GUI so the post that you are referring to is no longer valid.From your screen
- 单击保存按钮
- 单击切换到高级模式,它会显示多个版本的的APK的
- 您将能够激活所需的版本。
这篇关于如何更新在Android Market的Android应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!