0
0

[チュートリアル1]compose multiplatformの環境構築[compose multiplatform]

Last updated at Posted at 2023-11-30

自分の環境

Intel版macです。OSはsonoma。
友達に頼んで確認してもらったら、同じ手順でM2でもいけたそうです。

手順

めちゃくちゃ簡単に書きます。わからないことがあればコメントお願いします。

  1. 環境構築
    1. チェック用のツール
      1. kdoctorをインストール(homebrew経由)
      2. kdoctorコマンドで出てきたエラーを潰していく
    2. java
      1. ここからjava17をインストールしました
    3. Android Studioのインストール
      1. Android Studio Giraffe | 2022.3.1
    4. プラグインのインストール
      1. KMM(Kotlin Multiplatform Mobile)のプラグイン
    5. XCode
      1. アプリストアからインストール
      2. 開いて初回のセットアップを行います。(iOSとかMacOSとかを選んだはず)
    6. CocoaPods
      1. この記事わかりやすいですね

kdoctor
Environment diagnose (to see all details, use -v option):
[✓] Operation System
[✓] Java
[✓] Android Studio
[✓] Xcode
[✓] CocoaPods

この状態になってたら完了です。

次はここ

参考にしたもの

公式チュートリアル: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-setup.html#install-the-necessary-tools

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