我是VScode和颤振开发的新手。我试图在没有安装android的情况下在VScode中安装和运行一个Android模拟器。以下是我所遵循的步骤。
Code\Code.exe".
[√] Flutter (Channel stable, 3.0.0, on Microsoft Windows [Version 10.0.22000.675], 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/docs/get-started/install/windows#android-setup for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[X] Visual Studio - develop for Windows
X Visual Studio not installed; this is necessary for Windows development.
Download at https://visualstudio.microsoft.com/downloads/.
Please install the "Desktop development with C++" workload, including all of its default components
[!] Android Studio (not installed)
[√] VS Code, 64-bit edition (version 1.67.1)
[√] Connected device (2 available)
[√] HTTP Host Availability
! Doctor found issues in 4 categories.
avdmanager is missing from the Android SDK
我这里需要帮助。提前谢谢你。
发布于 2022-05-14 11:54:54
查看屏幕底部的build选项卡,它将显示错误消息和安装构建工具的选项。安装它,你应该能够看到AVD经理。另一种方法是转到SDK管理器。在SDK工具下,您将找到Android构建工具。参考资料来自https://www.tektutorialshub.com/android-studio/avd-manager-sdk-manager-missing-or-greyed-out-in-android-studio
https://stackoverflow.com/questions/72239910
复制相似问题