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
5a64ebd
commit acb7650
Showing
1 changed file
with
27 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,27 @@ | ||
## 第一次实验 | ||
|
||
### 1.实验目标 | ||
|
||
android开发环境搭建 | ||
|
||
### 2.实验步骤 | ||
|
||
(1) 搭建开发环境,运行并截图; | ||
|
||
(2) 加入Git项目(Fork),将项目克隆(clone)到自己账号下; | ||
|
||
$git clone https://github.com/Zhenghizhong/android-labs-2018/ | ||
|
||
(3) 创建以学号命名的个人实验目录:soft1614080902215 | ||
|
||
(4) Java类:Soft1614080902215Activity.java | ||
|
||
(5) 提交代码并发Pull Request,老师合并之后截图。 在Android SDK Manager中选择6.0库 | ||
|
||
### 3.实验结果 | ||
|
||
![](https://github.com/Zhenghizhong/android-labs-2018/blob/master/soft1614080902215/soft1614080902215.png) | ||
|
||
### 4.实验体会 | ||
|
||
安装开发环境是要下载sdk,注意sdk的配置路径,才能使用SDK Manager |