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.
Go to file
Zhao 10eabf3c4f
3
2 years ago
doc 3 2 years ago
src finished gradle project conv 2 years ago
README.md finished gradle project conv 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编程为便签功能拓展打好基础。