Dinesh Kannan
Dinesh Kannan

Reputation: 1255

importing android gradle project in eclipse

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

Answers (1)

Paul Verest
Paul Verest

Reputation: 64012

Get .aar files for some dependencies and extract those .aar

http://www.nodeclipse.org/projects/gradle/android/aar-for-Eclipse

Upvotes: 2

Related Questions