我已经安装了react-native-payumoney。安装后,当我运行我的项目时,显示错误消息:-
任务':app:mergeDebugResources'的执行失败。
java.util.concurrent.ExecutionException:com.android.builder.internal.aapt.v2.Aapt2Exception:Android资源编译失败 输出:C:\ Users \ DELL \ Desktop \ Payu \ android \ app \ build \ intermediates \ incremental \ mergeDebugResources \ merged.dir \ values \ values.xml:981:错误:带有配置的资源'attr / layout_anchorGravity'的重复值”。 C:\ Users \ DELL \ Desktop \ Payu \ android \ app \ build \ intermediates \ incremental \ mergeDebugResources \ merged.dir \ values \ values.xml:981:错误:先前在此处定义的资源。
I tried to delete the attr/layout_anchorGravity .But when I run the project again it automatically installed. PLease help me to solve the isssue.
答案 0 :(得分:0)
尝试在您的 android / app / build.gradle 文件的“依赖关系”部分中添加这两行,它应该可以工作。
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'