私はvscodeを使用しています、そして私はフラッタープラグイン、ダートプラグインなどをインストールしましたが、私は私のデバイスを見つけることができません、そして私は次のように問題を見つけました
_[flutter] flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.7.8+hotfix.3, on Microsoft Windows
[Version 10.0.18362.239], locale en-IN)
[X] Android toolchain - develop for Android devices
X 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/setup/#Android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, set Android_HOME to that location.
You may also want to add it to your PATH environment variable.
[!] Android Studio (not installed)
[√] VS Code (version 1.36.1)
[!] Connected device
! No devices available
! Doctor found issues in 3 categories.
_
最初の問題、_flutter doctor
_ logにx
マークを見ることができます。
_[X] Android toolchain - develop for Android devices
X 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/setup/#Android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, set Android_HOME to that location.
You may also want to add it to your PATH environment variable.
_
これは、Android SDKを持っていないか、Android SDKのパスをセットアップしていないことを意味します。
2番目の問題、
_! No devices available
_
これは、デバイスドライバをインストールしていないこと、またはOSがデバイスを認識できないことを意味します。
最後、
Android Studio for FlutterまたはAndroid Studioの代わりになることができますか?
Android Studioをインストールする必要はありません。しかし、VSコードの代わりにIntellij( - - --- ==)IntellijまたはAndroid Studioを使用する必要があると思います。 IntelijまたはAndroid Studioには、エディタのみのVSコードよりも、フルヘージョンIDEとして多くの機能があります。