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
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 第一次实验 | ||
## 1.实验目标 | ||
(1)搭建开发环境 | ||
(2)运行软件的截图 | ||
(3)熟悉git的各种指令 | ||
## 2.实验步骤 | ||
(1)搭建开发环境(Android Studio)运行截图 | ||
(2)加入Git项目(Fork),将项目克隆(Clone)到自己帐号下; | ||
(3)$ git clone https://github.com/heyingsen/android-labs-2018/ | ||
(4)创建以学号命名的个人实验目录:soft1614080902302。 | ||
(5)创建一个Java类:edu.hzuapps.androidlabs.soft1614080902302.Soft1614080902302Activity.java。 | ||
(6)提交代码并发Pull Request。 | ||
## 3.实验结果 | ||
![image](https://github.com/heyingsen/android-labs-2018/blob/master/soft1614080902302/Soft1614080902302.png) | ||
## 4.实验体会 | ||
通过这次实验,我学会了搭建Android的开发环境,更深入的了解GIT的使用 | ||
|