Ced*_*use 8 android android-studio
我试图在Playstore中更新我的应用程序,为此我将我的版本代码从1更改为2:
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.xamaxon.congstardatenverbrauch"
android:versionCode="2"
android:versionName="1.0.1">
Run Code Online (Sandbox Code Playgroud)
当我上传应用程序时,developerconsole说,我仍然使用版本代码1,并且没有人支持德国开发人员,所以我希望有人能够帮助我.
通常,您将发布应用程序的第一个版本,并将 versionCode 设置为 1,然后随着每个版本单调增加该值,无论该版本是主要版本还是次要版本。
所以,问题可能是因为您没有在第一个版本的清单文件中设置版本代码。
http://developer.android.com/tools/publishing/versioning.html
您能给我 google play 所说的完整信息吗?当该消息出现时,“什么”按钮也出现了。
我记得我遇到过类似的消息,也许有一个继续按钮。
| 归档时间: |
|
| 查看次数: |
7039 次 |
| 最近记录: |