実現したいこと
AndroidStudioで「new Flutter Project」が表示されるようにしたい
発生している問題・分からないこと
コマンドでFlutterパスを通し、AndroidStudioのFlutter、Dartのプログインを追加済みだが、AndroidStudioを起動しても「New flutter Project」が表示されない。プラグインを何度インストールし直しても変わらない状態。
<flutter doctorの出力結果>
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.29.2, on macOS 15.2 24C2101 darwin-arm64, locale
ja-JP)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.1)
[!] Xcode - develop for iOS and macOS (Xcode 16.3)
✗ CocoaPods not installed.
CocoaPods is a package manager for iOS or macOS platform code.
Without CocoaPods, plugins will not work on iOS or macOS.
For more info, see https://flutter.dev/to/platform-plugins
For installation instructions, see
https://guides.cocoapods.org/using/getting-started.html#installation
[✗] Chrome - develop for the web (Cannot find Chrome executable at
/Applications/Google Chrome.app/Contents/MacOS/Google Chrome)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[✓] Android Studio (version 2024.3)
[✓] Connected device (3 available)
[✓] Network resources
該当のソースコード
特になし
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
AndroidStudioのプラグインで「Android SDK Support」のチェックが入っていること確認済みです。
補足
特になし