The supplied phased action failed with an exception.
Could not create task ':android_intent_plus:compileDebugUnitTestSources'.
this and base files have different roots: E:\code\Dart\flutter\cambio_express\build\android_intent_plus and C:\Users\casa1\AppData\Local\Pub\Cache\hosted\pub.dev\android_intent_plus-5.2.1\android.
Im gettning this error when I try to run ./gradlew build --no-daemon --info
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':android_intent_plus:test'.
> Could not create task ':android_intent_plus:testProfileUnitTest'.
> this and base files have different roots: E:\code\Dart\flutter\cambio_express\build\android_intent_plus and C:\Users\casa1\AppData\Local\Pub\Cache\hosted\pub.dev\android_intent_plus-5.2.1\android.
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at .
BUILD FAILED in 20s
4 actionable tasks: 2 executed, 2 up-to-date
Watched directory hierarchies: [C:\Users\casa1\dev\flutter\packages\flutter_tools\gradle]
Stopped 1 worker daemon(s).
already tryed this commands that I found in other posts but didnt worked
flutter clean
flutter pub get