Merge pull request #186 from owncloud/fixed_contradicted_messages_in_login_view
[pub/Android/ownCloud.git] / SETUP.md
1
2 If you want to start development of ownCloud android client you have two way to do so:
3
4 1. Building with console:
5
6 - Use setup_env.sh or setup_env.bat
7 - NOTE: You must have git, ant/bin, android/tools in your enviroment path
8
9 2. Building with eclipse:
10
11 - Run ant clean debug
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
14
15 After those actions you should be good to go.
16
17 HAVE FUN!
18
19
20
21
22
23