Awesome
android-gif-drawable-eclipse-sample
Sample Eclipse project using android-gif-drawable library made with help of user nuoyan2. It shows where to place files taken from AAR and source files inside Eclipse project structure. Latest archives can be downloaded here: latest release.
Steps to include library in Eclipse project:
- copy
pl
folder from sources jar insidesrc
folder of the Eclipse project - copy all contents of
jni
folder from AAR intolibs
folder of the project - copy
proguard.txt
from AAR into root folder of the project and rename it toproguard-project.txt
(required only if proguard will be used) - copy
res/values/values.xml
from AAR intores/values
folder of the project - install android support library, copy
android-support-annotations.jar
intolibs
folder of the project and add it to the build path - add imports for
R
class in files when it is missing (chooseR
from your package, notandroid
one)
Additional step for versions < 1.1.10
- in
GifInfoHandle.java
replaceBuildConfig.NATIVE_LIBRARY_NAME
with the"pl_droidsonroids_gif"