Terminal command `flutter run` MY error is : `FAIL...
# community-support
k
Terminal command
flutter run
MY error is :
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all files for configuration 'classpath'.
> Could not resolve javax.annotation:javax.annotation-api:1.3.2.
> BUILD FAILED in 5s
> Running Gradle task 'assembleDebug'...                              6.5s
> [!] Gradle threw an error while downloading artifacts from the network.
> Error: Gradle task assembleDebug failed with exit code 1
>
pls tell me how to solve this issue
my gradel properties : ` distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\:<//services.gradle.org/distributions/gradle-7.6.1-all.zip> `