問題点
このエラーは、AndroidManifest.xml
ファイル内のandroid:versionCode
の値が整数値ではないことを意味します。
Google では、値が 0 ~ 2100000000 の範囲内の整数である必要があります。 詳細については、 https://developer.android.com/studio/publish/versioning をご覧ください。
解決策
AndroidManifest.xml
のandroid:versionCode
を、0 ~ 210000000 の範囲の整数に修正します。