Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Error while running the project #17

Open
rajivyadav23 opened this issue Aug 22, 2022 · 1 comment
Open

Runtime Error while running the project #17

rajivyadav23 opened this issue Aug 22, 2022 · 1 comment

Comments

@rajivyadav23
Copy link

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'.
Screenshot 2022-08-22 at 3 49 31 PM

Flutter SDK not found. Define location with flutter.sdk in the local.properties file.

@thenewbio
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants