You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded your project file but it shows me error message while running the application
The supplied phased action failed with an exception.
A problem occurred configuring root project 'android'.
A problem occurred evaluating root project 'android'.
A problem occurred configuring project ':app'.
A problem occurred evaluating project ':app'.
Flutter SDK not found. Define location with flutter.sdk in the local.properties file.
The text was updated successfully, but these errors were encountered:
You need to go inside the android folder. And then click on the local.properties file.
It contains something like this:
sdk.dir=C:\Users\manager\AppData\Local\Android\sdk
flutter.sdk=C:\flutter
flutter.buildMode=debug
flutter.versionName=1.0.1
And the issue is with flutter.sdk path. You need to replace this path with your flutter sdk path.
Hello Robert,
I downloaded your project file but it shows me error message while running the application
The supplied phased action failed with an exception.
A problem occurred configuring root project 'android'.
A problem occurred evaluating root project 'android'.
A problem occurred configuring project ':app'.
A problem occurred evaluating project ':app'.
Flutter SDK not found. Define location with flutter.sdk in the local.properties file.
The text was updated successfully, but these errors were encountered: