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
Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :sample.
There are also some problems like this. I'll show down below.
Error:Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve project :sample.
Error:Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve project :sample.
Is there something missing in my build.gradle code? Here's the code of the buildtype part.
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Thanks in advanced.
The text was updated successfully, but these errors were encountered:
Error:Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve project :sample.
There are also some problems like this. I'll show down below.
Error:Unable to resolve dependency for ':app@release/compileClasspath': Could not resolve project :sample.
Error:Unable to resolve dependency for ':app@releaseUnitTest/compileClasspath': Could not resolve project :sample.
Is there something missing in my build.gradle code? Here's the code of the buildtype part.
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
Thanks in advanced.
The text was updated successfully, but these errors were encountered: