3
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?

kotlin初心者と学ぶ、kotlin超初級編(実行環境準備編)

Last updated at Posted at 2024-03-25

目的

おじょちと申します。
本記事では、
「kotlin初心者であるおじょちと一緒に、kotlinの基礎的な部分を改めておさらいしていこう!」
というのをコンセプトにしています。
初学者の方はもちろん、経験者の方も、
「あれ、これってこうなんだっけ?」
と気になるところがありましたら、コメントなどでご指摘いただけると助かります🙇‍♀️

自己紹介

名前:おじょち
技術:kotlin(2カ月)

実行環境

今回、実際にkotilnを動作させる環境は、対話型shellといわれている、Kotlin REPLを使用します。
AndroidStudioが入っていれば使用できる機能のため、AndroidStudioのインストールをおすすめします。

Kotlin REPL

手順

  1. AndroidStudioを開き、appの部分をクリック

  2. その方状態で、左上のハンバーガーメニューをクリック
    image.png

  3. Tools→Kotlin→Kotlin REPL(Experimental)をクリック

Untitled (4).png

この手順で立ち上がったshellに対してカチカチ打ち込んでいきます。
※手順「1.」でappを選択していないとエラーが出てしまうため、エラーが出た際はそこを見直してみてください!!※
image.png

終わりに

次回は実際に基礎的な部分を実行して勉強していきたいと思いますので、お楽しみに!!!

3
0
1

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
3
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?