.NET for Android error XA0004

Issue

This error means the value for android:versionCode in the AndroidManifest.xml file is and integer but is not within the value range of 0 to 2100000000.

Google 要求该值是介于 0 到 2100000000 范围内的整数。 有关详细信息,请参阅 https://developer.android.com/studio/publish/versioning

解决方案

android:versionCode中的AndroidManifest.xml更正为0到2100000000范围内的整数。