aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-04-23 09:10:09 -0700
committerScott Jackson <daneren2005@gmail.com>2015-04-23 09:10:09 -0700
commit0fb6ce25912cc0dfdfc133ae5e109d2da48d37f9 (patch)
tree1a8db5244146dedeb9c681733defb63ec9f4e6d8 /README
parentb8161ef2971f08a05218b70fe11041ad20ec745d (diff)
downloaddsub-0fb6ce25912cc0dfdfc133ae5e109d2da48d37f9.tar.gz
dsub-0fb6ce25912cc0dfdfc133ae5e109d2da48d37f9.tar.bz2
dsub-0fb6ce25912cc0dfdfc133ae5e109d2da48d37f9.zip
Update README with dependencies
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index a4182ba2..dc7be571 100644
--- a/README
+++ b/README
@@ -5,3 +5,16 @@ git submodule update
Go to DragSortListView/library, and ServerProxy and build project files with:
android update project --path ./
+
+Add both projects and all .jar's in the libs folder
+
+SDK Project Dependencies (under sdk -> extras):
+android -> support -> v7 -> appcompat
+android -> support -> v7 -> mediarouter
+google -> google_play_services -> libproject -> google-play-services_lib
+
+SDK Library Dependencies:
+android -> support -> v4 -> android-support-v4.jar
+android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar
+android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar
+google -> google_play_services -> libproject -> google-play-services_lib -> lib -> google-play-services.jar \ No newline at end of file