构建应用程序时获取任务:react-native-custom-keyboard-kit:verifyReleaseResources失败

问题描述 投票:0回答:2

我正在尝试使用自定义键盘创建一个简单的应用程序。所以我使用了 react-native-custom-keyboard-kit npm 包。当应用程序在调试模式下运行时,没有错误。但是当我尝试构建应用程序时,出现了如下错误:

任务:react-native-custom-keyboard-kit:verifyReleaseResources失败

FAILURE:构建失败并出现异常。

  • 出了什么问题: 任务“:react-native-custom-keyboard-kit:verifyReleaseResources”执行失败。

执行 com.android.build.gradle.internal.tasks.Workers$ActionFacade 时发生故障 Android资源链接失败 /home/bipulroy/.gradle/caches/transforms-2/files-2.1/a4aa75ad6ccbe3ab81ae94031ca63766/appcompat-1.0.2/res/values-v26/values-v26.xml:5:5-8:13:AAPT:错误:资源 android:attr/colorError 未找到。

android react-native
2个回答
0
投票

您本地链接了该库吗?

试试这个:

react-native link react-native-custom-keyboard-kit

0
投票

在你的node_modules/react-native-custom-keyboard-kit/android/build.gradle中 更改您的 android > build.gradle 文件中的compileSdkVersion、targetSdkVersion 和 minSdkVersion。

© www.soinside.com 2019 - 2024. All rights reserved.