I'm new to PhoneGap, and converting a website to PhoneGap app. I'm using PhoneGap 5.1.1 CLI, everything is fine except I cannot use FontAwesome and Bootstrap CSS fonts.
When included the font files .woff etc, it produces Execution failed for task :processDebugResources
error during phonegap build android
FontAwesome and Bootstrap are in the CSS folder.
How do you use them?
I already checked this question but it doesn't help.