Image-Steps icon indicating copy to clipboard operation
Image-Steps copied to clipboard

Failed to Resolve : 1.0.5

Open lecrane54 opened this issue 6 years ago • 1 comments

Hey, I am getting a Failed to resolve error when trying to sync dependencies. Min SDK = 17 targetSDK = 28

have any thoughts on this?

lecrane54 avatar Aug 11 '18 21:08 lecrane54

I had the same trouble as you have.

Would you like to open "build.gradle" that is in app module and see codes in "repositories". I guess that you can't find this code.

repositories{
    // something
    maven {
        url "https://jitpack.io"
    }
}

If the guess is right, you may resolve this issue for adding this code in area that you watching now.

    maven {
        url "https://jitpack.io"
    }

I hope this will help. Thank you!

Kaniyama-t avatar Dec 29 '18 07:12 Kaniyama-t