1

I have an UNEXPECTED TOP LEVEL EXCEPTION in DAX when I try to add Spring Template (org.springframework.android) as a Gradle dependency.

Here is the REST documentation:
https://github.com/excilys/androidannotations/wiki/Rest-API#restservice

I don't see any information about additional dependencies. That's why I added the missed dependency as in another post:
AndroidAnnotations Rest SourceHttpMessageConverter error

compile 'org.springframework.android:spring-android-rest-template:1.0.1.RELEASE'

For me, it doesn't work.

Could someone post a list of dependencies, or better, a full REST service client example?

Community
  • 1
  • 1
D.K.
  • 1,315
  • 2
  • 11
  • 20
  • Solved. I've used Java 8. This Spring library doesn't work with Java 8 compilator. Just chaanged a compilator to Java 7 – D.K. Sep 01 '15 at 14:32

0 Answers0