Android-SimpleLocation icon indicating copy to clipboard operation
Android-SimpleLocation copied to clipboard

Cannot resolve

Open Gowda96 opened this issue 7 years ago • 5 comments

Error:(34, 13) Failed to resolve: com.github.delight-im:Android-SimpleLocation:v1.0.1

Gowda96 avatar Feb 11 '18 05:02 Gowda96

yah i cant get it to work with kotlin either.

j2emanue avatar Feb 11 '18 07:02 j2emanue

Did you modify both build.gradle files, as shown in the README?

You have to add the repository in the root build.gradle. This is important!

I don’t think it’s related to Java vs. Kotlin.

ocram avatar Feb 11 '18 23:02 ocram

I face the same problem (cannot resolve) although i've put maven { url "https://jitpack.io" } already

albarfikri avatar Nov 30 '21 14:11 albarfikri

yeah in kotlin i got this error too . how plsisss

Itsqy avatar Apr 09 '22 15:04 Itsqy

maven { url "https://jitpack.io" } add this to settings graddle I solved the error like this

tolgabudanoglu avatar Mar 31 '23 13:03 tolgabudanoglu