Closed kenchoong closed 7 years ago
facing the same issue
@marcodebarbosa ,You solved this??
No, I have not.
same issue can anyone help ?
Issue resolved change the gradle as follows:
allprojects {
repositories {
jcenter()
}
repositories {
maven {
url 'https://github.com/uPhyca/stetho-realm/raw/master/maven-repo'
}
}
}
@Komalnegi bro can u post gradle code in code format?cause is quite hard to see..pleaseee
I want to grab stetho-realm via Gradle in Android Studio. Here is my Gradle code
But when I sync the Gradle it show me this error
I even tried to adding maven and the url in my repositories,it show me this error
But I test just only stetho,it sync successfully.
compile 'com.facebook.stetho:stetho:1.4.1'
I havent do anything else,but can I know how to solve this??