Я новый пользователь flutter, и я установил android studio и плагин flutter. При запуске моего flutter doctor -v он показывает. Не знаю, как это исправить. Помоги мне. Я много пытался исправить, но ничего не помогает
[✗] Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. Install Android Studio from: https://developer.android.com/studio/index.html On first launch it will assist you in installing the Android SDK components. (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions). If the Android SDK has been installed to a custom location, set ANDROID_SDK_ROOT to that location. You may also want to add it to your PATH environment variable. [✗] Xcode - develop for iOS and macOS ✗ Xcode installation is incomplete; a full installation is necessary for iOS development. Download at: https://developer.apple.com/xcode/download/ Or install Xcode via the App Store. Once installed, run: sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer sudo xcodebuild -runFirstLaunch ✗ CocoaPods not installed. CocoaPods is used to retrieve the iOS and macOS platform side's plugin code that responds to your plugin usage on the Dart side. Without CocoaPods, plugins will not work on iOS or macOS. For more info, see https://flutter.dev/platform-plugins To install: sudo gem install cocoapods [✓] Android Studio (version 3.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 34.0.1 • Dart plugin version 182.5215 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) [!] Android Studio • Android Studio at /Users/apple/Developer/flutter/Contents ✗ Flutter plugin not installed; this adds Flutter specific functionality. ✗ Dart plugin not installed; this adds Dart specific functionality. ✗ Android Studio not found at /Users/apple/Developer/flutter/Contents • Try updating or re-installing Android Studio. [!] Connected device ! No devices available
есть ли в вашем проекте файл local.properties внутри android папки?
если нет, то создайте local.properties файл и поместите в него свой путь android sdk, как в моем случае
sdk.dir=/Users/tusharpandey/Library/Android/sdk
Пожалуйста, go измените структуру проекта и устраните некоторые ошибки.
Android Studio -> File -> Project Structure.
Пожалуйста, убедитесь, что вы установили плагин dart и flutter в android studio.
Пожалуйста, также установите Dart в вашу систему.