Error by running flutter project in VSCode

Viewed 24

My flutter project output runs on chrome web and windows desktop but when I try it for mobile emulator (AVD) I encounter this Error :

""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... lib\main.dart:1

FAILURE: Build failed with an exception.

  • What went wrong: A problem occurred configuring root project 'android'.

Could not resolve all files for configuration ':classpath'. Could not find com.android.tools.build:gradle:7.1.2. Searched in the following locations: - https://dl.google.com/dl/android/maven2/com/android/tools/build/gradle/7.1.2/gradle-7.1.2.pom - https://repo.maven.apache.org/maven2/com/android/tools/build/gradle/7.1.2/gradle-7.1.2.pom Required by: project :

  • 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.

BUILD FAILED in 44s Exception: Gradle task assembleDebug failed with exit code 1 Exited (sigterm) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

0 Answers
Related