Skip to content

ytRino/SchoolApp2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Yutaro Iino
Dec 9, 2020
109e253 · Dec 9, 2020

History

28 Commits
Aug 25, 2020
Sep 15, 2020
Oct 19, 2020
Dec 9, 2020
Dec 9, 2020
Dec 9, 2020
Dec 9, 2020
Dec 1, 2020
Oct 20, 2020
Aug 25, 2020
Oct 20, 2020
Dec 9, 2020
Aug 25, 2020
Aug 25, 2020
Aug 25, 2020
Dec 9, 2020

Repository files navigation

android塾サンプルアプリ

app

SchoolApp2
├── app   # 第2回サンプルアプリ
├── app3  # 第3回サンプルアプリ

実行

Android Studioでビルドする場合

Run configurationから切り替えることができます img

terminalでビルドする場合

./gradlew assembleDebug
# または
./gradlew aDebug

で全アプリのビルドが行われます。 aDebugはgradleタスクの省略表記です。

./gradlew :app3:assembleDebug

の形式でアプリごとにビルドできます。

端末へのインストールまで行う場合は

./gradlew :app3:installDebug
# または
./gradlew :app3:iD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages