A simple Android app that allow you to handle the personal library.
- Android SDK with API 18;
- ADT Plugin for Eclipse;
- IvyDE.
There are some steps to follow after cloning:
- be sure that you have in your environment path your path to\adt-bundle-version\sdk\tools;
- execute:
$ android update project --path . --target android-18
; - run build.xml (with retrieve option);
- run the project.