我在尝试构建Flutter项目时遇到了一个错误。我收到的错误消息是:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Failed to find Platform SDK with path: platforms;android-33
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 16s
Running Gradle task 'assembleDebug'... 19.0s
Exception: Gradle task assembleDebug failed with exit code 1
字符串
我已经尝试更新我的Flutter SDK并确保安装了必要的Android SDK平台。但是,问题仍然存在。我不知道还可以尝试什么或如何解决此错误。
如果有人遇到类似的问题或有任何建议,如何解决此错误,我将非常感谢您的帮助.谢谢!
1条答案
按热度按时间ttisahbt1#
我意识到这个问题已经解决了,但我想我会补充说,如果使用命令行工具(sdkmanager),那么你需要安装
platform-tools
之前作为一个单独的命令(见下文)字符串
而不是这样:
型
希望这对你有帮助:)