Skip to content

Commit

Permalink
hzuapps#1 第一次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
1614080902411 committed May 23, 2018
1 parent 5582a20 commit 80a73ee
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions soft1614080902411/#report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 第一次实验
## 1. 实验目标
Android开发环境的搭建
## 2. 实验步骤
1.搭建开发环境(Android Studio 3.1正式版),运行(截图);
2.加入Git项目(Fork),将项目克隆(Clone)到自己帐号下;
$ git clone https://github.com/1614080902411/android-labs-2018/
3.创建以学号命名的个人实验目录:
soft1614080902411。
其中,com开头表示计算机班,soft开头表示软件班,数字为个人学号。
4.创建一个Java类:edu.hzuapps.androidlabs.soft1614080902411.Soft1614080902411Activity.java。
5.提交代码并发Pull Request,老师合并之后截图。
## 3. 实验结果
![image](https://github.com/1614080902411/android-labs-2018/blob/99319a35af73d2dc1f3c01585651e6ba952cbb5e/soft1614080902411/Soft1614080902411Activity.png?raw=true)
## 4. 实验体会
加深了我对使用git bash上传文件以及图片的指令的使用步骤,学会下载Android Studio搭建Android开发环境。
**加粗**常规
Binary file added soft1614080902411/Soft1614080902411Activity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion soft1614080902411/soft1614080902411Activity.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
package edu.hzuapps.androidlabs.soft1614080902411;

//
public class Soft1614080902411Activity {
};

}

0 comments on commit 80a73ee

Please sign in to comment.