Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
#1 #323 提交实验报告1
Browse files Browse the repository at this point in the history
  • Loading branch information
1nnocent1 committed Dec 13, 2020
1 parent fc614ca commit de3bdb0
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions students/sec1814080911125/lab1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# 实验一:Android开发环境搭建

## 一、实验目标

1. 搭建 Android(Android Studio)开发环境;
2. 熟悉并掌握Git与GitHub.com提交实验代码的方法

## 二、实验内容

1. 搭建开发环境(Android Studio),运行(截图);
2. 加入Git项目(Fork),将项目克隆(Clone)到自己帐号下;
3. 创建以学号命名的个人实验目录(在"我的电脑"里创建);
4. 创建一个Java类。
5. 提交代码并发Pull Request,老师合并之后截图。

## 三、实验步骤

1. 安装Android Studio,SDK,配置实验环境;
2. 创建一个名为Sec1814080911125Activity 的java类;

```java
package edu.hzuapps.androidlabs.sec1814080911125
public class Sec1814080911125Activity{
}
```

3. 将hzuapps/android-labs-2020的项目Fork到自己的github账号下;
4. 安装git bash用git clone命令将android-labs-2020项目克隆到本地;
5. 在git bash提交Sec1814080911125Activity 的java类

## 四、实验结果


![tp1](https://github.com/1nnocent1/android-labs-2020/blob/master/students/sec1814080911125/pic.PNG)

## 五、实验心得

学习了git的基本使用,搭建好了Android Studio环境

0 comments on commit de3bdb0

Please sign in to comment.