Search code examples
androidandroid-studioandroid-gradle-pluginandroid-databinding

Android Studio 3.2 stable, Could not find databinding-compiler-common.jar


I just updated to Android Studio 3.2 stable, but I get this error when I'm trying to sync my old projects or new ones with gradle:

Could not find databinding-compiler-common.jar (androidx.databinding:databinding-compiler-common:3.2.0). Searched in the following locations: https://dl.google.com/dl/android/maven2/androidx/databinding/databinding-compiler-common/3.2.0/databinding-compiler-common-3.2.0.jar

How can I fix this?

Update: I looked around for the dependency and it wasn't there to delete, I invalidated cache, I did a fresh reinstall and nothing worked so I went back to 3.1. This happens in windows but there's no problem in Linux with same projects.


Solution

  • Updating to version 3.2.1 fixed the problem. It must have been a bug for some people!