#Install
##Eclipse
-
- Clone repository
-
- Run Eclipse (configured to run Android project)
-
- Click on
File
->Import
...
- Click on
-
- Choose already existing project
-
- Select previously cloned repository, >>then the sub directory
apps
<<, who contains sources of the project
- Select previously cloned repository, >>then the sub directory
-
- Add project library (in
lib
directory) in build path withadd external jar
, if necessary
- Add project library (in
-
- Right click on the project that just create ->
RunAs
->Android Application
- Right click on the project that just create ->
-
- The project start like standard Android application