Skip to main content

Command Palette

Search for a command to run...

Fix Cannot revolve symbol 'Properties' and 'GradleException' in Flutter within few steps.

Published
1 min read
Fix Cannot revolve symbol 'Properties' and 'GradleException' in Flutter within few steps.

Fix Cannot resolve symbol 'Properties' and 'Gradle Exception' in Flutter.

Screenshot at 2022-03-11 09-07-04.png

Although this Error warning doesn't effect the app you build . But however you can fix this by following these steps below - :

Step 1

Go to the folder andorid/app/build.gradle and open build.gradle.

Step 2

Screenshot at 2022-03-11 09-14-16.png

Remove the new keyword from Line 1

Screenshot at 2022-03-11 09-15-39.png

It will look like this .

Step 3

Screenshot at 2022-03-11 09-16-14.png

Change GradleException to NoSuchFileException in Line 11

Screenshot at 2022-03-11 09-16-42.png

It will look like this .

All Done Congrats :)

Screenshot at 2022-03-15 13-47-26.png

Now you have removed the error warning.

App Screenshot

Thanks for reading :)

#flutter #flutter-festivals #fix-gradle-error-flutter