Cordova构建错误 - 无法找到属性android:font

时间:2018-06-01 08:04:26

标签: android cordova build

我正在使用Cordova构建Android和iOS应用程序,但是当我运行构建时出现以下错误:

ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:font ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontStyle ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontWeight

2 个答案:

答案 0 :(得分:1)

在C:\ Users \\ AppData \ Local \ Android \ sdk \ build-tools中检查最新构建工具的版本并在appFolder \ platforms \ android \ project.properties中使用:

cordova.system.library.2=com.android.support:support-v4:<your build tools version>

答案 1 :(得分:0)

在project.properties文件中尝试此操作。

target=android-26

希望这有帮助:)