flutterの環境構築 Android Studioのエラー
解決したいこと
flutterの環境構築について
発生している問題・エラー
flutter doctor の結果
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 13.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[!] Android Studio (version 2020.3)
✗ Failed to run Java: ProcessException: Bad CPU type in executable
Command:
Studio.app/Contents/jre/Contents/Home/bin/java -version
✗ Unable to determine bundled Java version.
[✓] VS Code (version 1.54.3)
[✓] VS Code (version 1.62.3)
[✓] Connected device (1 available)
原因がわかりません、教えてください。
0