开发者社区> 问答> 正文

关于okHttputils gradle编译报错 400 请求报错

工具 android studio

compile 'com.squareup.okhttp3:okhttp:3.1.2' compile 'com.zhy:okhttputils:2.2.0'
编译时报错如下
Error:Execution failed for task ':app:processDebugManifest'.
> Manifest merger failed : Attribute application@label value=(****) from AndroidManifest.xml:8:9-29
  	is also present at [com.zhy:okhttputils:2.2.0] AndroidManifest.xml:16:9-41 value=(@string/app_name).
  	Suggestion: add 'tools:replace="android:label"' to <application> element at AndroidManifest.xml:5:5-21:19 to override.
请问怎么解决,在下小白

展开
收起
kun坤 2020-05-29 11:01:23 759 0
1 条回答
写回答
取消 提交回答
  • add 'tools:replace="android:label"' to <application>
    资源合并的时候冲突了######add 'tools:replace="android:label"' to <application>######怎么解决
    2020-05-29 14:29:39
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
低代码开发师(初级)实战教程 立即下载
冬季实战营第三期:MySQL数据库进阶实战 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载