Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 689 Bytes

labs-steps.md

File metadata and controls

27 lines (21 loc) · 689 Bytes

实验步骤

  1. 阅读实验要求: Lab 实验要求

  2. 在电脑上Android Studio编写代码

// 代码要可以运行!
  1. 使用Git将代码提交到自己的库中:https://github.com/YOUR_NAME/android-labs-2018
$ git pull
$ git add 学号目录/*  (git rm 学号目录/*)
$ git commit "#实验次数 #Issue号 XXXXXXX"
$ git push
  1. 在自己的GitHub库上创建和发送Pull Request(注意查看Changed files)
// 是否只修改了自己的文件?
  1. 在GitHub中使用Markdown文件编写实验报告(report1.md, report2.md)
// 保存在自己的文件夹下