Carteggio is a mobile email client with a UI optimized for interactive conversations.
For more information see: http://carteggio.ch
To build this project you have two options:
-
Use the Android Development Tools (ADT) plugin for eclipse. You can obtain it from https://developer.android.com/tools/sdk/eclipse-adt.html
To setup the build you can use the following procedure:
- Create a new Eclipse workspace
- Go to Import -> Git -> Projects from Git
- Select import from URI
- Insert the following URI: https://github.com/carteggio/carteggio.git or if you plan to contribute go to github.com/carteggio/carteggio and fork the project, then insert the URI of your fork.
- Select the master branch
- Select a location where you will clone the repository (this should be outside the workspace directory)
- Select "Import existing projects"
- Select the Carteggio project
- Now you are ready to build the project as described in : https://developer.android.com/tools/building/building-eclipse.html
-
You can compile the project using ant and the Android Development Kit that can be obtained from https://developer.android.com/sdk/installing/index.html?pkg=tools
-
Clone the project locally:
-
Update the project files:
cd carteggio/Carteggio path/to/sdk/tools/android update project -p .
-
Execute the build script:
ant debug
-