Fix Cannot revolve symbol 'Properties' and 'GradleException' in Flutter within few steps.
Fix Cannot resolve symbol 'Properties' and 'Gradle Exception' in Flutter.
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
Remove the new keyword from Line 1
It will look like this .
Step 3
Change GradleException to NoSuchFileException in Line 11
It will look like this .
All Done Congrats :)
Now you have removed the error warning.
Thanks for reading :)
#flutter #flutter-festivals #fix-gradle-error-flutter