2 If you want to start development of ownCloud android client you have two way to do so:
4 1. Building with console:
6 - Use setup_env.sh or setup_env.bat
7 - NOTE: You must have git, ant/bin, android/tools in your enviroment path
9 2. Building with eclipse:
12 - Open Eclipse and import *actionbarsherlock/library* project to your workspace
13 - NOTE: You must have 'tools' and 'platforms-tools' in your path in order to run setup_env.sh
15 After those actions you should be good to go.