「cordova build android」を実行-属性android:fontVariationSettingsおよびandroid:ttcIndexが見つかりません
を実行するcordova build android --buildConfig xxxx --releaseと、次のエラーが発生します。 ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex 奇妙なことに、私はコンパイルに2つのmacOSマシンを使用しており、同じコードの1つだけでこのエラーが発生します。 これ./gradlew cdvPrintPropsが2台のマシンで得られる出力です。 :cdvPrintProps cdvCompileSdkVersion=26 cdvBuildToolsVersion=27.0.3 cdvVersionCode=null cdvMinSdkVersion=21 cdvBuildMultipleApks=true cdvReleaseSigningPropertiesFile=release-signing.properties cdvDebugSigningPropertiesFile=null cdvBuildArch=null computedVersionCode=152045989 computedArmv7VersionCode=1520459892 computedX86VersionCode=1520459894 以下は使用されているプラグインのリストです。 $ cordova plugins list cordova-custom-config 5.0.2 "cordova-custom-config" cordova-fabric-plugin 1.1.10 "cordova-fabric-plugin" …