Usando o android studio e seguindo os pasos do curso, está apresentando o seguinte erro:
`
FAILURE: Build failed with an exception.
- What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Failed to install the following SDK components:
platforms;android-33 Android SDK Platform 33 build-tools;30.0.3 Android SDK Build-Tools 30.0.3
Install the missing components using the SDK manager in Android Studio.
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 6m 39s
Exception: Gradle task assembleDebug failed with exit code 1
`
Como posso resolver?