You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zhao
10eabf3c4f
|
2 years ago | |
---|---|---|
doc | 2 years ago | |
src | 2 years ago | |
README.md | 2 years ago |
README.md
git_test
update log
220816
-
主要任务:配置Android Studio和git仓库环境。
-
遇到的问题:
-
Gradle移植时无法安装Gradle Plugin问题
-
Could not resolve all dependencies for configuration ***. Using insecure protocols...:使用了http协议的链接。要加上allowInsecureProtocol或使用https。(注意检查[当前用户]\.gradle目录下的全局设定是否存在上述问题)
-
Could not resolve ***:源中未找到软件包/源不能用,可用更换阿里云源解决。注意源协议类型(http/https)。
-
-
gradle项目build时无法解析org.apache.http.HttpEntity等符号
- 原因分析:由于小米便签应用版本较老,sdk 23+ 已弃用这些库。
- 解决方案:降级compilesdk
-
-
成果:
- 成功在模拟器上运行小米便签软件
- git配置完成
-
下一步计划:
- 了解小米便签的基本功能
- 了解java编程,为便签功能拓展打好基础。