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

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

Open
zengsn opened this issue Mar 7, 2021 · 0 comments
Open

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

zengsn opened this issue Mar 7, 2021 · 0 comments
Labels
Lab 实验要求

Comments

@zengsn
Copy link
Collaborator

zengsn commented Mar 7, 2021

实验目标

  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
@zengsn zengsn added the Lab 实验要求 label Mar 23, 2021
xuxinglong129 added a commit to xuxinglong129/android-labs-2021 that referenced this issue Mar 23, 2021
invoker-cpu added a commit to invoker-cpu/android-labs-2021 that referenced this issue Mar 24, 2021
ylg102520 added a commit to ylg102520/android-labs-2021 that referenced this issue Mar 24, 2021
Lj-2680 added a commit to Lj-2680/android-labs-2021 that referenced this issue Mar 24, 2021
lk1914080902154 added a commit to lk1914080902154/android-labs-2021 that referenced this issue Mar 24, 2021
howaikit2001 added a commit to howaikit2001/android-labs-2021 that referenced this issue Mar 24, 2021
aiciii pushed a commit to aiciii/android-labs-2021 that referenced this issue Mar 24, 2021
LCC448163023 referenced this issue in LCC44816/android-labs-2021 Mar 27, 2021
tangyongde795 added a commit to tangyongde795/android-labs-2021 that referenced this issue Mar 29, 2021
dssjd added a commit to dssjd/android-labs-2021 that referenced this issue Mar 29, 2021
dssjd added a commit to dssjd/android-labs-2021 that referenced this issue Mar 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Lab 实验要求
Projects
None yet
Development

No branches or pull requests

1 participant