From cb8f12464be8f8ec11f894227deccc3200c75bf1 Mon Sep 17 00:00:00 2001 From: JInvic <77521861+Jinvic@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:28:10 +0800 Subject: [PATCH] =?UTF-8?q?Create=20=E9=83=A8=E5=88=86=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 部分问题解决方法 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 部分问题解决方法 diff --git a/部分问题解决方法 b/部分问题解决方法 new file mode 100644 index 0000000..d00730e --- /dev/null +++ b/部分问题解决方法 @@ -0,0 +1,10 @@ +原帖:https://learnerhub.net/#/spaces/146/resources-docs/6353 + +二-4的无法同步gradle,可通过在在build.gradle里的两个repositories里添加代码google()解决 + +第三步的httpcomponents-client组件链接失效,可在https://mirrors.tuna.tsinghua.edu.cn/apache//httpcomponents/httpclient/binary/选择最新版本下载 + +同样,在引入该组件时需要修改版本号 + + +//build乱码问题为找到解决方法,但注释对应函数仍然有用