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.
如何为 dot42 项目指定 apk 版本?我查看了我的项目 obj 文件夹,AndroidManifest.xml 有android:versionName="0.0.0.0". 我该如何改变呢?
android:versionName="0.0.0.0"
更新:找到了。
[assembly: Package(VersionName = "1.0.0")]