0
votes

suddenly while starting my app in visual studio code, i got the following lines as errors..

Launching lib\main.dart on RMX1801 in debug mode... * Error running Gradle: ProcessException: Process "C:\Users\sanjay\demo\android\gradlew.bat" exited abnormally:

FAILURE: Build failed with an exception.

BUILD FAILED in 39s Command: C:\Users\sanjay\demo\android\gradlew.bat app:properties

Please review your Gradle project setup in the android/ folder. Exited (sigterm)

can anyone tell me how to resolve this issue.

1
are you behind proxy or some network restriction? - Dev
Yeah it seems so - Sanjay Singh

1 Answers

0
votes

I think this version of gradle not supported just use an other version by changing class path in my case:

dependencies { classpath'com.android.tools.build:gradle:3.2.1' }