0
0

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 3 years have passed since last update.

【android studio(version4.0)】project作成まで

Posted at
1 / 2

##androidstudioダウンロード

以下から最新版のandroid studioをダウンロードしましょう。
https://developer.android.com/studio?hl=ja

##newファイルの作成
start a new Android studio projectをクリックしたら新規ファイルが作成されます。
スクリーンショット 2020-06-09 1.43.27.png

ビュー画面のテンプレートを選択します。特にこだわりが無ければEmpty Activityでいいと思います。

スクリーンショット 2020-06-09 1.47.00.png

・nameにアプリケーション名を入力
・Save locationにファイルの保存先を指定
・Languageで使用したい言語を選択

Packege name,Minimum SDKはデフォルトで入力されているのでいじらなくても問題ありません。
スクリーンショット 2020-06-09 1.47.51.png

Tip of the dayとポップアップが出てきますが、Closeで閉じましょう。

スクリーンショット 2020-06-09 1.48.15.png

activity_main.xml
MainActivity.kt(拡張子は選択した言語による)
上の二つのファイルがすでにできていると思います。
そちらにコードを記載していけば、アプリケーションを作成できます。

##おまけ
横向きの三角マークからエミュレーターを起動できるのでエミュレーターで実際に画面を動かしながら、動作を確認していきましょう。
スクリーンショット 2020-06-09 2.09.30.png

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?