Skip to content Skip to sidebar Skip to footer

Could Not Find Com.android.databinding:baselibrary:3.0.0

Android Quickblox Demo App unable to run while sync it always shows error 'Could not find com.android.databinding:baseLibrary:3.0.0.' Error : Required by: project :sample-custom-

Solution 1:

Add this lines to your module-level build.gradle

implementation 'com.android.databinding:library:1.3.1'
implementation 'com.android.databinding:adapters:1.3.1'

Post a Comment for "Could Not Find Com.android.databinding:baselibrary:3.0.0"