0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android Studio使ってみた。

Last updated at Posted at 2019-10-02

Android Studioのインストール、サンプル表示について述べる。

#はじめに

##現状
・仕事でAndroidStudioを使うのでその学習
・触ったことはない

##AndroidStudioとは

・アプリケーションソフトウェア開発用のIDE
・Googleが提供する公式開発ツール
・Androidプラットフォーム向け

らしい…

#インストール手順
大まかな流れは以下の通り。

・PCシステム要件確認
・exeファイルをダウンロード、実行
・AndroidStudioインストール
・SDK追加インストール

#プロジェクト作成
アプリを作るためプロジェクトを作成。
とりあえずEmpty Activityを選択しておけば問題なし。

・Name:好きにしてよし。
・Package name:リリース時以外は好きにしてよし。
・Save location:保存場所。アルファベット名であれば問題なし。
・Language:Kotlin or Java選択。
・Minimum API Level:API29:Android 10.0(Q)

#エミュレータ AVD Managerの設定
アプリが起動するか確認するためエミュレータが必要。
「Tool」→「AVD Manager」→「Create Virtual Device」で新たに作成。
ハードウェア、APIレベル、ABI、Targetを選択して完了。

#サンプル実行
さっそく実行してみる…

エミュレータが起動し、Hello Worldが表示された。

Android開発完了の確認完了。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?