android-gif-drawable-eclipse-sample
android-gif-drawable-eclipse-sample copied to clipboard
Sample Eclipse project using android-gif-drawable library
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
plfolder from sources jar insidesrcfolder of the Eclipse project - copy all contents of
jnifolder from AAR intolibsfolder of the project - copy
proguard.txtfrom AAR into root folder of the project and rename it toproguard-project.txt(required only if proguard will be used) - copy
res/values/values.xmlfrom AAR intores/valuesfolder of the project - install android support library, copy
android-support-annotations.jarintolibsfolder of the project and add it to the build path - add imports for
Rclass in files when it is missing (chooseRfrom your package, notandroidone)
Additional step for versions < 1.1.10
- in
GifInfoHandle.javareplaceBuildConfig.NATIVE_LIBRARY_NAMEwith the"pl_droidsonroids_gif"