英語で読む

次の方法で共有


Android 用 .NET エラー XA0003

問題点

このエラーは、AndroidManifest.xml ファイル内のandroid:versionCodeの値が整数値ではないことを意味します。

Google では、値が 0 ~ 2100000000 の範囲内の整数である必要があります。 詳細については、 https://developer.android.com/studio/publish/versioning をご覧ください。

解決策

AndroidManifest.xmlandroid:versionCodeを、0 ~ 210000000 の範囲の整数に修正します。