From 870cc3ae5b8b0b12fc32194bb731185c5f6d4a37 Mon Sep 17 00:00:00 2001 From: Lihongda <963140097@qq.com> Date: Thu, 22 Feb 2024 20:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A1=B9=E7=9B=AE=E8=BF=90?= =?UTF-8?q?=E8=A1=8C=E5=BF=85=E8=AF=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 项目运行必读.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 项目运行必读.txt diff --git a/项目运行必读.txt b/项目运行必读.txt new file mode 100644 index 000000000..c084ca295 --- /dev/null +++ b/项目运行必读.txt @@ -0,0 +1,13 @@ +1.注意下面的几个版本要对上 + + classpath 'com.android.tools.build:gradle:4.2.2' + + distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip + + +2.在gitlab上添加自己的ssh +注意,android studio - settings -Version Control - git -- 一定要勾选上use credential helper !!! 不然是无法push代码到gitlab的 + +3.android studio 版本不要太新,使用 2021.2.1 patch 2即可 + +4.!!! Android Studio Dolphin | 2021.3.1 Patch 1 //使用这个版本可以解决升级到33,XML布局文件无法自动提示的问题 \ No newline at end of file