forked from hzuapps/android-labs-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5582a20
commit 80a73ee
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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开发环境。 | ||
**加粗**常规 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
package edu.hzuapps.androidlabs.soft1614080902411; | ||
|
||
// | ||
public class Soft1614080902411Activity { | ||
}; | ||
|
||
} |