-
Notifications
You must be signed in to change notification settings - Fork 334
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
1 changed file
with
16 additions
and
0 deletions.
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,16 @@ | ||
# 第一次试验报告 | ||
## 1.试验目标 | ||
android开发环境搭建 | ||
## 2.试验步骤 | ||
1)搭建开发环境(Android Studio 3.1正式版),运行(截图); | ||
|
||
2)入Git项目(Fork),将项目克隆(Clone)到自己帐号下; | ||
|
||
3)$ git clone https://github.com/gs-666/android-labs-2018/soft1614080902438; | ||
|
||
4)创建一个Java类:edu.hzuapps.androidlabs.soft1614080902438.Soft1614080902438Activity.java; | ||
|
||
5)提交代码并发Pull Request,老师合并之后截图。 | ||
## 3.试验结果 | ||
![在Android SDK Manager中配置教育网下载代理](https://github.com/gs-666/android-labs-2018/blob/master/soft1614080902438/%E6%88%AA%E5%B1%8F%E5%9B%BE%E7%89%87.png) | ||
## 4.试验体会 |