-
Install Android Studio; go to the SDK manager (File -> Settings -> Appearance & Behavior -> System Settings -> Android SDK) and ensure you have API level 21 installed.
-
Clone the x950 repository:
git clone [URL]
-
You will need the DSLV repository on the x950 branch, so:
cd x950 git submodule update --init cd libraries/drag-sort-list-view git checkout x950
- SDK version should be consistent across modules. Go to File -> Project Structure and ensure each module SDK is Android API 21, not Maven Android API 21.
- Android Support v4 might be compiled multiple times; go to File -> Project Structure and change the scope from compile to provided for DateTimePicker and DSLV.