cordova android 11

cordova android 10 から結構変更しないといけない。

以下のようなエラーになる

The "" tags were detected and are no longer supported. Please migrate to the "preference" tag "AndroidWindowSplashScreenAnimatedIcon".
A problem occurred evaluating project ':app'.Failed to apply plugin 'com.android.internal.application'.
Android Gradle plugin requires Java 11 to run. You are currently using Java 1.8.
Your current JDK is located in C:\Program Files\Android\jdk\microsoft_dist_openjdk_1.8.0.25\jre
You can try some of the following options:
- changing the IDE settings.
- changing the JAVA_HOME environment variable.
- changing org.gradle.java.home in gradle.properties.

cordova-plugin-splashscreen は利用できなくなったので、外す。

cordova plugin rm cordova-plugin-splashscreen

あわせて
config.xml 内の 関連は外す。
以下を追加 画像は 2732×2732 にしておく。



JDK 11以降が必要ということで、以下から最新を取得してインストール msi でインストールした。
https://learn.microsoft.com/ja-jp/java/openjdk/download

JAVA_HOME をインストールしたJDKのパスに変更
      C:\Program Files\Microsoft\jdk-17.0.4.101-hotspot