我正在尝试在 kali linux 机器上安装 flutter。我从官方网站安装了flutter并进行了相应操作。我不想使用 android studio,所以我使用 Visual Studio 代码。
\n当我在终端运行 Flutter doctor 时,我得到
[\xe2\x9c\x93] Flutter (Channel master, 2.2.0-11.0.pre.161, on Linux, locale en_IN)\n[\xe2\x9c\x97] Android toolchain - develop for Android devices\n \xe2\x9c\x97 Unable to locate Android SDK.\n Install Android Studio from: https://developer.android.com/studio/index.html\n On first launch it will assist you in installing the Android SDK components.\n (or visit https://flutter.dev/docs/get-started/install/linux#android-setup for detailed instructions).\n If the Android SDK has been installed to a custom location, please use\n `flutter config --android-sdk` to update to …Run Code Online (Sandbox Code Playgroud)