README.setup 319 B

1234567891011
  1. If you want to start development of ownCloud android client you have two way to do so
  2. (a) building with console
  3. (b) building with eclipse
  4. 1. Use setup_env.sh
  5. 2a. ant clean;ant debug
  6. 2b. Open Eclipse and import actionbarsherlock/library project to your workspace
  7. after those space you should be good to go.
  8. HAVE FUN!