From 2b1310ee3d08a80415bfe426963b35af7b69f56a Mon Sep 17 00:00:00 2001 From: hyx <1515023255@qq.com> Date: Tue, 22 Apr 2025 14:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=B1=B3=E4=BE=BF=E7=AD=BE=E6=BA=90?= =?UTF-8?q?=E7=A0=81=E8=BF=81=E7=A7=BB=E8=87=B3=E6=96=B0=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyx_小米便签项目日志.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 hyx_小米便签项目日志.md diff --git a/hyx_小米便签项目日志.md b/hyx_小米便签项目日志.md new file mode 100644 index 0000000..5fd87bd --- /dev/null +++ b/hyx_小米便签项目日志.md @@ -0,0 +1,21 @@ +# 小米便签项目日志 + + + +### 导入文档 + +直接使用老师提供压缩包文档用Android studio打开,出现报错显示检测不到build.gradle文件 + +原因分析: + +1.项目构建工具的变更:项目为旧版本小米便签,没有采用gradle作为构建工具 + +2.代码有遗漏不完整,但是在github上发现源码与文件一致没有遗漏 + +解决方法: + +直接使用安卓studio创建新的文件,再搬运小米便签的源代码(res、src等等),之后文件目录增加gradle模块 + + + +​ \ No newline at end of file