Open siddhpuraamitr opened 6 years ago
Ohh, let me check the issue. Thanks for the report.
I think you are missing repositories section. Can you confirm that you have all repositories are declared?
buildscript {
repositories {
jcenter()
// other repositories
}
dependencies {
classpath 'com.orhanobut.tracklytics:tracklytics-plugin:2.0.0'
}
}
I have used below code to my app/gradle file
but .I am getting below error
Error:Could not find com.orhanobut.tracklytics:tracklytics-plugin:2.0.0. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/orhanobut/tracklytics/tracklytics-plugin/2.0.0/tracklytics-plugin-2.0.0.pom file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/orhanobut/tracklytics/tracklytics-plugin/2.0.0/tracklytics-plugin-2.0.0.jar Required by: project :app