projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
fb9a226
)
added howto for Eclipse
author
Luke Owncloud
<owncloud@ohrt.org>
Tue, 6 Aug 2013 12:42:42 +0000
(14:42 +0200)
committer
Luke Owncloud
<owncloud@ohrt.org>
Tue, 6 Aug 2013 12:42:42 +0000
(14:42 +0200)
SETUP.md
patch
|
blob
|
blame
|
history
diff --git
a/SETUP.md
b/SETUP.md
index
ca7a25a
..
8c1ebd9
100644
(file)
--- a/
SETUP.md
+++ b/
SETUP.md
@@
-15,11
+15,13
@@
3. Building with eclipse:
3. Building with eclipse:
- - TODO: FIX / MORE DETAILS
- - Run "ant clean debug"
- - Open Eclipse and import *actionbarsherlock/library* project to your workspace
- - NOTE: You must have 'tools' and 'platforms-tools' in your path in order to run setup_env.sh
+ - Open Eclipse and create new "Android Project from Existing Code". As root choose *actionbarsherlock/library*
+ - Increase Android API level until project compiles. 14 should work. bin/library.jar needs to be created!
+ - Import OwnCloud Android project.
+ - Increase Android API level to 17.
+ - Clean all projects.
- After those actions you should be good to go. HAVE FUN!
- After those actions you should be good to go. HAVE FUN!
+ - TODO: How to build for older devices?
4. Create pull request:
4. Create pull request: