Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 533 Bytes

INSTALL.md

File metadata and controls

19 lines (10 loc) · 533 Bytes

#Install

##Eclipse

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