aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 343ff8733dd29ac32a4803589a3f7e0085bb5c54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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