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.
我已经在 Google Play 上制作并发布了一个应用程序。
现在,我需要上传它的新版本……但我需要在同一个包上使用“新版本代码”……如何使用 Eclipse 来做到这一点?
我希望我足够清楚。
谢谢
在您的 AndroidManifest.xml 中,增加versionCode.
versionCode
android:versionCode="1"