以前は、config.xml で minSdkVersion を 19 として Android API レベル 28 を使用しており、アプリは Play ストアで入手できました。最近、Android バージョンを更新しました (API レベル 29 以上の Android を搭載することが義務付けられている Google Play コンソールとして最新の Android を削除および追加することにより)。このイオンビルドを実行すると、以下のエラーが発生しました:
Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 22 declared in library [:CordovaLib] D:\MobileApp\MyApp\platforms\android\CordovaLib\build\intermediates\library_manifest\debug\AndroidManifest.xml as the library might be using APIs not available in 19
Suggestion: use a compatible library with a minSdk of at most 19,
or increase this project's minSdk version to at least 22,
or use tools:overrideLibrary="org.apache.cordova" to force usage (may lead to runtime failures)
このアプリにより、携帯電話で更新される可能性があります。minSdkVersion として 19 を使用する方法があれば提案してください。
ありがとう !