分享web开发知识

注册/登录|最近发布|今日推荐

主页 IT知识网页技术软件开发前端开发代码编程运营维护技术分享教程案例
当前位置:首页 > 代码编程

cordova编译crosswalk-webview插件报错的处理办法

发布时间:2023-09-06 02:27责任编辑:赖小花关键词:编译webview

一直用得好好的。今天编译cordova失败了。报错如下:

:processArmv7DebugManifest  

:processArmv7DebugResourcesERROR: In FontFamilyFont, unable to find attribute android:fontVariationSettings  

 FAILED  

ERROR: In FontFamilyFont, unable to find attribute android:ttcIndex  

BUILD FAILED  

Total time: 4.285 secs  

FAILURE: Build failed with an exception.  

* What went wrong:  

Execution failed for task ‘:processArmv7DebugResources‘.  

> 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.  

(node:5040) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: cmd: Command failed with exit code 1 Error output:  

ERROR: In FontFamilyFont, unable to find attribute android:fontVariationSettings  

ERROR: In FontFamilyFont, unable to find attribute android:ttcIndex  

FAILURE: Build failed with an exception.  

* What went wrong:  

Execution failed for task ‘:processArmv7DebugResources‘.  

> 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.  

(node:5040) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.  

原因:gradle版本跟crosswalk产生冲突,需要降低gradle版本,或者安装兼容插件

解决办法:

cordova plugin add cordova-android-support-gradle-release --variable ANDROID_SUPPORT_VERSION=27.0.0

然后再编译cordova build android 就不会报错了。



作者:蜗牛_96f2
链接:https://www.jianshu.com/p/7a26b870d591
來源:简书
简书著作权归作者所有,任何形式的转载都请联系作者获得授权并注明出处。

cordova编译crosswalk-webview插件报错的处理办法

原文地址:https://www.cnblogs.com/zzsdream/p/10182878.html

知识推荐

我的编程学习网——分享web前端后端开发技术知识。 垃圾信息处理邮箱 tousu563@163.com 网站地图
icp备案号 闽ICP备2023006418号-8 不良信息举报平台 互联网安全管理备案 Copyright 2023 www.wodecom.cn All Rights Reserved