我使用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
发布于 2018-06-04 12:07:21
在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>
发布于 2018-06-02 05:44:18
在project.properties文件中尝试这个。
target=android-26希望有此帮助:)
https://stackoverflow.com/questions/50638804
复制相似问题