Using Newer version of Glide Library(4.7.1) causing Binding error issue
问题 When I tried using a newer version of Glide Library gives me Binding Error in all the file. The moment I revert back to the older version, it works. The version I was using: **api 'com.github.bumptech.glide:glide:4.3.0'** Newer Version I updated: **dependencies { compile 'com.github.bumptech.glide:glide:4.7.1' }** Not sure about the cause of the issue. error: package com.xxx.xxx.databinding does not exist it is the same for all class org.gradle.api.tasks.TaskExecutionException: Execution