• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Android studio importing module error

Hello, i've a problem after importing a module in an existing project because after adding the dependencies these errors appears:

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


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


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



I've already tried to delete the .idea, . gradle files and invalidate Caches/Restart
 
Back
Top Bottom