mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
11 lines
319 B
Text
11 lines
319 B
Text
If you want to start development of ownCloud android client you have two way to do so
|
|
(a) building with console
|
|
(b) building with eclipse
|
|
|
|
1. Use setup_env.sh
|
|
2a. ant clean;ant debug
|
|
2b. Open Eclipse and import actionbarsherlock/library project to your workspace
|
|
|
|
after those space you should be good to go.
|
|
|
|
HAVE FUN!
|