aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-05-23 12:59:56 -0700
committerScott Jackson <daneren2005@gmail.com>2015-05-23 12:59:56 -0700
commit1b53e39f71f4518caab8dadf92180f24ead8ccc2 (patch)
tree2049ba374891e8f2faaee4c2af1d2f3828a6c9ed /README.md
parent4e4e910a81f1029d86d94b172ee5810674da15d9 (diff)
parent03076c0320b4f499a917fb88534b7a24b988d2fc (diff)
downloaddsub-1b53e39f71f4518caab8dadf92180f24ead8ccc2.tar.gz
dsub-1b53e39f71f4518caab8dadf92180f24ead8ccc2.tar.bz2
dsub-1b53e39f71f4518caab8dadf92180f24ead8ccc2.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..343ff873
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+##Basic Instructions
+Grab dependent libraries
+```
+git submodule init
+git submodule update
+```
+
+Go to DragSortListView/library and ServerProxy and build project files
+```
+android update project --path ./
+```
+
+Add both projects and all .jar's in the libs folder
+
+##SDK Project Dependencies
+Under sdk -> extras:<br>
+android -> support -> v7 -> appcompat<br>
+android -> support -> v7 -> mediarouter<br>
+google -> google_play_services -> libproject -> google-play-services_lib
+
+##SDK Library Dependencies
+android -> support -> v4 -> android-support-v4.jar<br>
+android -> support -> v7 -> appcompat -> libs android-support-v7-appcompat.jar<br>
+android -> support -> v7 -> mediarouter -> libs -> android-support-v7-mediarouter.jar<br>
+google -> google_play_services -> libproject -> google-play-services_lib -> lib -> google-play-services.jar