5

I am having problems with integrating my flutter module in an existing android app.

  • What went wrong: A problem occurred evaluating settings 'androidapp'.

    C:\Users\Akshay Satish\youthPillar-master (1)\flutterapp.android\include_flutter.groovy (C:\Users\Akshay Satish\youthPillar-master (1)\flutterapp.android\include_flutter.groovy)

I am getting the above error after running "gradlew assembleDebug".

These are the errors i am getting in android studio.

ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :flutter. Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve project :flutter. Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve project :flutter. Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve project :flutter. Show Details Affected Modules: app

ERROR: Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve project :flutter. Show Details Affected Modules: app

1
  • how did you solved this problem ? Commented Dec 7, 2019 at 8:40

2 Answers 2

1

I'm glad to see another add2app question. Sorry about the delay - hopefully you got it figured out by now, but if not - flutter packages get from the flutter module should create this file.

cheers

Sign up to request clarification or add additional context in comments.

1 Comment

I dont understand.can you make it a little more clear?
0

Close flutter module and your native android project and reopened it for first build.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.