This message was deleted.
# community-support
s
This message was deleted.
n
This is not enough information to even start helping you. But, it looks like you might have some issues connecting to your remote repository.
p
i tried gradle online and offline via toggle offline mode and invalidates catches in android studio but still i am getting this error.
@Niels Doucet this is the issue
@Vampire i have just shared One Screen shot so could you please go through it and help me ??
n
have you verified that the dependency you’re looking for is actually available in the repository (jitpack)?
v
It is, but it is somewhat broken. But well, JitPack is a broken-by-design service anyway.
But in this concrete case, your build searches for a
jar
when only an
aar
was built: https://jitpack.io/com/github/agorabuilder/rtm-sdk/1.4.9/build.log And even if it would search for an
aar
, it is actually not present: https://jitpack.io/com/github/agorabuilder/rtm-sdk/1.4.9
p
so for this should i change the sdk version or anything else ?
v
How should that help if the repository does neither contain a jar, nor an aar? Besides that you maybe better ask someone who is familiar with android development.
p
yup... but same code working in my other teammate system and i face this issue
v
Maybe he has the dependency cached and that's why it works, while JitPack is broken, which is not very unlikely. Make him try with
--refresh-dependencies
and see whether it still works for him.
p
it is resolved now..thank you
it's not regarding jitpack , jar and aar , The issue was something else but thanx for your support
👌 1