- mongodb - 在 MongoDB mapreduce 中,如何展平值对象?
- javascript - 对象传播与 Object.assign
- html - 输入类型 ="submit"Vs 按钮标签它们可以互换吗?
- sql - 使用 MongoDB 而不是 MS SQL Server 的优缺点
当我运行时
ionic cordova build android --prod
它在下面显示错误:
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:ttcIndex
FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processDebugResources'.
> com.android.ide
.common.process.ProcessException: Failed to execute aapt
* Try:
Run with
--stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 9.11 secs
Error: /Users/cqismgis/Desktop/MobileGIS/platforms/android/gradlew: Command failed with exit code 1 Error output:
注: 某些输入文件使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
注: 某些输入文件使用或覆盖了已过时的 API。
注: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。
ERROR: In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings
ERROR: In <declare-styleable> 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
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
在 AndroidStudio 中,我单击“构建”按钮,它显示:
Error:In <declare-styleable> FontFamilyFont, unable to find attribute android:fontVariationSettings
Error:Execution failed for task ':processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
我不知道如何修复它,请告诉我修复步骤的详细信息。
最佳答案
解决这个问题:
you_app_folder/plugin and look for plugin.xml in all the plugins
转到您的插件文件夹,在该目录中搜索:
com.android.support:support-v4:+
或
com.android.support:support-v4:24.1.1+
或
com.android.support:appcompat-v7:28.0.0
用 : 改变它:
com.android.support:support-v4:27.1.0
或
com.android.support:appcompat-v7:27.1.1
然后
另外,我执行了
ionic cordova platform remove android
和
ionic cordova platform add android
关于android - ionic 错误 : In <declare-styleable> FontFamilyFont, 无法找到属性 android:fontVariationSettings,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49186095/
当我构建我的android项目时,出现以下错误 Error:In FontFamilyFont, unable to find attribute android:fontVariationSett
在 react native 中构建我的项目时,我收到以下错误: > Task :app:processDebugGoogleServices Parsing json file: /Users/ja
这个问题在这里已经有了答案: Running "cordova build android" - unable to find attribute android:fontVariationSetti
错误:在 FontFamilyFont 中,无法找到属性 android:fontVariationSettings错误:在 FontFamilyFont 中,无法找到属性 android:ttcIn
我在我的项目中使用 Glide 3.7,由于性能问题,我想将其更新到最新版本。如 Glide 网站所述,我从 Gradle 更新了 Glide。但是更新后,我在 Gradle 构建过程中遇到了一些错误
我正在尝试在 cordova 中构建一个应用程序。直到最近几天,一切都运行良好。但是现在构建不断失败。 错误是 ERROR: In FontFamilyFont, unable to find at
我是一名优秀的程序员,十分优秀!