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. Однако проблема сохраняется. Я не знаю, что еще попробовать или как устранить эту ошибку.
Если кто-то сталкивался с подобной проблемой или имеет какие-либо предложения по устранению этой ошибки, я был бы очень признателен за ваше помощь. Спасибо!
Я столкнулся с ошибкой при попытке создать проект Flutter. Я получаю сообщение об ошибке: [code]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
[/code] Я уже пробовал обновить Flutter SDK и убедиться, что установлена необходимая платформа Android SDK. Однако проблема сохраняется. Я не знаю, что еще попробовать или как устранить эту ошибку. Если кто-то сталкивался с подобной проблемой или имеет какие-либо предложения по устранению этой ошибки, я был бы очень признателен за ваше помощь. Спасибо!