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.
给我的第一篇文章。我也将其发布到 Oculus 论坛。
我正在尝试使用第二个 APK 更新我的 Alpha 版本,但收到以下错误:
具有此包名称和版本代码的 APK 已存在。请增加版本代码,然后重新提交更新。
我之前上传的Alpha版本是1.0,版本号是1。
我的新 Android 清单具有以下内容:
android:versionCode="2" android:versionName="2.0"
所以我增加了版本名称和版本代码,但仍然得到错误。我错过了什么吗?谢谢
所以事实证明,你还必须在 Unity 中的 Edit -> Project Settings -> Player -> Other 下设置版本号和代码。我只是在 Manifest XML 本身中设置版本号,在 Unity 中没有听说过这个设置。