Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to include/Build Glide library for eclipse?

When i start looking for Image loading libraries for android then i found Picasso and Glide are much better then other libraries . I can integrate Picasso with eclipse but there is no document related to how use Glide library in eclipse for android project.

Reference: https://github.com/bumptech/glide

FYI: There is notes about building Glide with Intellij IDEA.

like image 277
Deep Shah Avatar asked Dec 28 '25 10:12

Deep Shah


1 Answers

If you are using Maven in your project, you can try this (but you probable saw this already):

<dependency>
  <groupId>com.github.bumptech.glide</groupId>
  <artifactId>glide</artifactId>
  <version>3.4.0</version>
  <type>aar</type>
</dependency>

Or you can download the jar directly from maven (at the bottom of the page) and include it in your project.

like image 167
Gaëtan Avatar answered Dec 31 '25 01:12

Gaëtan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!