Android Studio Error Questions

Asked 2 years ago, Updated 2 years ago, 69 views

Gradle During Sink

Failed to resolve: com.android.databinding:library:3.1.3 Failed to resolve: com.android.databinding:adapters:3.1.3

The above two errors were found. I think it's an error in applying the library, so how do I solve it?

android error

2022-09-22 11:06

1 Answers

Verify that the Support Repository is installed in SDK Manager. If you are not going to use data binding, you can delete the code below from build.gradle.

dataBinding {
    enabled = true
}


2022-09-22 11:06

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.