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
Ademzw
authored and
Ademzw
committed
May 7, 2018
1 parent
8b3fc38
commit 83bcada
Showing
1 changed file
with
28 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,28 @@ | ||
# 实验报告 | ||
|
||
## 1.实验目标 | ||
1.搭建Android开发环境 | ||
|
||
2.学会使用git上传、下载等基本操作 | ||
|
||
## 2.实验步骤 | ||
1.从http://www.androiddevtools.cn/中下载Android Studio 3.1正式版的安装包,运行安装,安装成功后运行(截图); | ||
|
||
2.加入Git项目(Fork),将项目克隆(Clone)到自己帐号下;$ git clone https://github.com/Ademzw/android-labs-2018/ | ||
|
||
3.创建以学号命名的个人实验目录:soft1614080902336 。 | ||
|
||
4.创建一个Java类:edu.hzuapps.androidlabs.Soft1614080902336Activity.java。 | ||
|
||
5.提交代码并发Pull Request,老师合并之后截图。 | ||
|
||
## 3.实验结果 | ||
![](https://github.com/Ademzw/android-labs-2018/blob/master/soft1614080902336/%E5%AE%9E%E9%AA%8C%E4%B8%80%E6%88%AA%E5%9B%BE.jpg) | ||
|
||
|
||
## 4.实验体会 | ||
第一次实验其实挺简单的,不过一定要注意几点,不然实验总是过不去: | ||
1、一定不要修改或者删掉老师的东西 | ||
2、一定要按照老师实验的要求去做实验 | ||
3、java类的头文件一定要记得大写 | ||
我这一次实验就是没有按照以上3点去做,所以实验一直没有过去,下次实验我会再认真点,努力地去完成老师所布置的任务。 |