Android Spring Integration

I am encountering a problem when trying to use the Android spring framework. I tried samples according to this link. Actually, I can't get it to work. Because when I try to import spring-android-rest-template-1.0.0.M1.jarand spring-android-commons-logging-1.0.0.M1.jar, it gives an error message

Error converting to Dalvik format with error 1

Therefore, I was unable to execute the sample program.

I downloaded jar files separately. This does not give errors in the code. But there is a top-level error.

Why does this error occur, does anyone else have the same problem?

+3
source share
1 answer

, : " Dalvik 1" JAR, , , spring -android-rest-template-1.0.0.BUILD-SNAPSHOT.jar

+1

Source: https://habr.com/ru/post/1777379/


All Articles