delight-im / Android-DDP

[UNMAINTAINED] Meteor's Distributed Data Protocol (DDP) for clients on Android
Apache License 2.0
274 stars 54 forks source link

Error:(25, 13) Failed to resolve: com.github.delight-im:Android-DDP:v3.1.2 #109

Closed proft closed 8 years ago

proft commented 8 years ago

Hi!

I have clean project. Added dependencies. Try to sync build.gradle and get

Error:(25, 13) Failed to resolve: com.github.delight-im:Android-DDP:v3.1.2
<a href="openFile:/home/proft/projects/android/TestDDP/app/build.gradle">Show in File</a><br><a href="open.dependency.in.project.structure">Show in Project Structure dialog</a>

I tried all recepies from Issues ... no result.

proft commented 8 years ago

Solved by migrating to java-8-openjdk from java-7-openjdk.

ocram commented 8 years ago

Thanks!