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

实验一:Android开发环境搭建 #1

Description

@zengsn

实验目标

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

实验步骤(提示)

  1. 搭建开发环境(Android Studio),运行(截图);
需要配置代理服务器。
  1. 加入Git项目(Fork),将项目克隆(Clone)到自己帐号下;
$ cd D:\
$ git clone https://github.com/YOUR_NAME/android-labs-2020/  
$ cd android-labs-2020  
  1. 创建以学号命名的个人实验目录(在"我的电脑"里创建):
   students/soft123456   

其中,com开头表示计算机班,soft开头表示软件班,net为网络工程班,sec为网络安全班,数字为个人学号。
4. 创建一个Java类:

edu.hzuapps.androidlabs.soft123456.Soft123456Activity.java
  1. 提交代码并发Pull Request,老师合并之后截图。

提交代码的命令:

$ git add 你的路径net123456/Net123456Activity.java
$ git commit -m "#1 #123 第1次实验"  (注意:#123 是你自己创建的Issue号)
$ git push

实验要求

  1. 独立完成练习与实验,将代码提交到GitHub;
  2. 编写实验报告,阐述实验结果,总结实验体会。

注意事项

  1. 本次实验报告在下一次实验(选课名单确定后)一起提交。

正确例子

  1. #1 #56 第一次实验 android-labs-2020#77
  2. 其他通过的实验 https://github.com/hzuapps/android-labs-2020/issues?q=is%3Apr+is%3Aclosed+label%3AGood
  3. 实验报告 - https://github.com/hzuapps/android-labs-2020/pull/800/files

安装问题

  1. Unable to access SDK add-on list, https://blog.csdn.net/u010358168/article/details/81535307

Metadata

Metadata

Assignees

No one assigned

    Labels

    Lab实验要求

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions