我正在使用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
答案 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
希望这有帮助:)