Jasonette / JASONETTE-Android

📡 Native App over HTTP, on Android
https://www.jasonette.com
Other
1.6k stars 270 forks source link

Gradle error: 'Could not find lint-gradle-api.jar' #252

Open cheesegrits opened 6 years ago

cheesegrits commented 6 years ago

I think this is an Android Studio version thing, I have 3.2. The Gradle build failed with:

gradle error: 'Could not find lint-gradle-api.jar'

The fix was to add / move google() to be first in the buildscript and allprojects repositories in build.gradle

joshg2k commented 5 years ago

Thank you for posting this issue and resolution.