https://github.com/koral--/android-gif-drawable-eclipse-sample
Sample Eclipse project using android-gif-drawable library
https://github.com/koral--/android-gif-drawable-eclipse-sample
Last synced: about 1 month ago
JSON representation
Sample Eclipse project using android-gif-drawable library
- Host: GitHub
- URL: https://github.com/koral--/android-gif-drawable-eclipse-sample
- Owner: koral--
- License: mit
- Created: 2015-09-07T16:42:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T23:34:33.000Z (over 9 years ago)
- Last Synced: 2024-10-14T15:04:54.953Z (7 months ago)
- Language: Java
- Size: 344 KB
- Stars: 49
- Watchers: 6
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-gif-drawable-eclipse-sample
Sample Eclipse project using android-gif-drawable library made with help of user [nuoyan2](https://github.com/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](https://github.com/koral--/android-gif-drawable/releases/latest).
### Steps to include library in Eclipse project:
* copy `pl` folder from sources jar inside `src` folder of the Eclipse project
* copy all contents of `jni` folder from AAR into `libs` folder of the project
* copy `proguard.txt` from AAR into root folder of the project and rename it to `proguard-project.txt` (required only if proguard will be used)
* copy `res/values/values.xml` from AAR into `res/values` folder of the project
* install android support library, copy `android-support-annotations.jar` into `libs` folder of the project and add it to the build path
* add imports for `R` class in files when it is missing (choose `R` from your package, not `android` one)
#### Additional step for versions < 1.1.10
* in `GifInfoHandle.java` replace `BuildConfig.NATIVE_LIBRARY_NAME` with the `"pl_droidsonroids_gif"`