Я получаю следующую ошибку при запуске meteor run android-device
:
Errors executing Cordova commands:
While running Cordova app for platform Android with options --device:
Error: Command failed:
/home/user/git_repo/educore/_lms/.meteor/local/cordova-build/platforms/android/cordova/run
--device
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
ERROR: In FontFamilyFont, unable to find attribute
android:font
ERROR: In FontFamilyFont, unable to find attribute
android:fontStyle
ERROR: In FontFamilyFont, unable to find attribute
android:fontVariationSettings
ERROR: In FontFamilyFont, unable to find attribute
android:fontWeight
ERROR: In FontFamilyFont, unable to find attribute
android:ttcIndex
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
Что может быть причиной?Как это можно исправить?