Reputation: 1255
i am developing an android application in eclipse.now i am going to use a functionality that requires https://github.com/davemorrissey/subsampling-scale-image-view this library.
this library is based on gradle. this library also requires another library that also built by gradle (https://github.com/suckgamony/RapidDecoder) how can i integrate these libraries with my application in eclispe .
Upvotes: 2
Views: 176
Reputation: 64012
Get .aar files for some dependencies and extract those .aar
http://www.nodeclipse.org/projects/gradle/android/aar-for-Eclipse
Upvotes: 2