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
I am having the same issue. Gradle is complaining it "Could not find com.android.support:support-v13:20.0.0" but I am using the support library with no issues in my project prior to this like.
For me the findbugs configuration specifically this line
classpath = files( project.configurations.compile.asPath )
is causing issues, I'm trying with android gradle plugin v0.8+ and gradle v1.10
The text was updated successfully, but these errors were encountered: