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
1 changed file
with
15 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,15 @@ | ||
#1 第一次实验 | ||
## 1.实验目标 | ||
+(1)搭建开发环境(Android Studio); | ||
+(2)了解GitHub网站的功能及提交的基本的要求; | ||
+ ## 2.实验步骤 | ||
+(1)搭建开发环境(Android Studio 3.1正式版),运行(截图); | ||
+(2)加入Git项目(Fork),将项目克隆(Clone)到自己帐号下; | ||
+(3)$ git clone https://github.com/First-lin/android-labs-2018/ | ||
+(4)创建以学号命名的个人实验目录:soft1614080902313。 | ||
+ (5)创建一个Java类:edu.hzuapps.androidlabs.soft1614080902313.Soft1614080902313Activity.java。 | ||
+ (6)提交代码并发Pull Request。 | ||
+ ## 3.实验结果 | ||
+ ![Android studio安装截图](https://github.com/LingEcro/android-labs-2018/blob/master/soft1614080902313/soft1614080902313Activity.png); | ||
+ ## 4.实验体会 | ||
+ 安装Android studio 过程相当久,过程艰辛,不过经过百度的资料查找终于安装与运行成功。 |