运行“ 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 奇怪的是,我使用两台macOS机器进行编译,而对于同一代码,我仅在其中一台机器上收到此错误。 这是./gradlew cdvPrintProps我在两台机器上得到的输出: :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" …