【Cordova】cordova-plugin-fileプラグインアップデートの問題点

cordova-plugin-fileプラグインがやっとアップデートされたようなのでインストールしたところ、以下のようなエラーが発生しました。

xxxx@yyyy SimpleWeightManager % cordova plugin add https://github.com/apache/cordova-plugin-file
Installing "cordova-plugin-file" for android
Plugin doesn't support this project's cordova-android version. cordova-android: 9.1.0, failed version requirement: >=10.0.0
Skipping 'cordova-plugin-file' for android
Adding cordova-plugin-file to package.json
[Gradle Properties] Detected Gradle property "android.useAndroidX" with the value of "true", Cordova's recommended value is "false"
[Gradle Properties] Detected Gradle property "android.enableJetifier" with the value of "true", Cordova's recommended value is "false"
xxxx@yyyy SimpleWeightManager % 

Continue reading

【Cordova】cordova-android v10.0.0以降でプロジェクトを作成するとcordova-plugin-whitelistがインストールされない

ナンバーズサーチの最新版をcordova-android v10.1.1でリリースしようと思い、新しくプロジェクトを作成したところ、以下のメッセージが表示され、cordova-plugin-whitelistプラグインがインストールできません。

C:\app\NumbersSearch>cordova platform add android@10.1.1 Using cordova-fetch for cordova-android@10.1.1 Adding android project… Creating Cordova project for the Android platform: Path: platforms\android Package: jp.wpblog.hatopp.numberssearch Name: ナンバーズサーチ Activity: MainActivity Android target: android-30 Subproject Path: CordovaLib Subproject Path: app Android project created with cordova-android@10.1.1 Installing “cordova-plugin-whitelist” for android Plugin doesn’t support this project’s cordova-android version. cordova-android: 10.1.1, failed version requirement: >=4.0.0 <10.0.0 Skipping ‘cordova-plugin-whitelist’ for android C:\app\NumbersSearch>
Continue reading