aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Nurik <roman@nurik.net>2014-10-19 19:15:27 -0400
committerRoman Nurik <roman@nurik.net>2014-10-19 19:15:27 -0400
commit3d018034605d86250123636757e17bd8527a5db7 (patch)
treebb8b7c15c8a08924c1f7a0ff20f21e7d50b004be
parentbece96cd6b52c00f9f4b884f209731b58a7cf80f (diff)
parent1bfdbbf79da44df0ebadd0ef8d5c325ded0095de (diff)
downloadiosched-3d018034605d86250123636757e17bd8527a5db7.tar.gz
Merge pull request #60 from ardock/update-building
Remove mention of lpreview from BUILDING.md (and update build instructions)
-rw-r--r--doc/BUILDING.md25
1 files changed, 5 insertions, 20 deletions
diff --git a/doc/BUILDING.md b/doc/BUILDING.md
index 3bbac7b..2c6b7b6 100644
--- a/doc/BUILDING.md
+++ b/doc/BUILDING.md
@@ -46,13 +46,12 @@ To build the app:
3. In the Android SDK Manager, ensure that the following are installed,
and are updated to the latest available version:
- - Tools > Android SDK Platform-tools (rev 20 or above)
- - Tools > Android SDK Tools (rev 23.0.2 or above)
+ - Tools > Android SDK Platform-tools (rev 21 or above)
+ - Tools > Android SDK Tools (rev 23.0.5 or above)
- Tools > Android SDK Build-tools version 20
- - Tools > Android SDK Build-tools version 19.1
- - Android 4.4 > SDK Platform (API 19)
+ - Tools > Android SDK Build-tools version 21 (rev 21.0.1 or above)
- Android 4.4W > SDK Platform (API 20)
- - Android L (API 20, L Preview)
+ - Android 5.0 > SDK Platform (API 21)
- Extras > Android Support Repository
- Extras > Android Support Library
- Extras > Google Play services
@@ -79,7 +78,7 @@ To build the app:
8. To install on your test device:
```
- ./gradlew installClassicDebug
+ ./gradlew installDebug
```
@@ -93,20 +92,6 @@ comment out the following line on android/build.gradle:
Also, remove ':Wearable' from settings.gradle, leaving only ':android'.
-## Building with Android L Preview SDK
-
-If you wish to build the project with the Android L Preview SDK to see the
-full experience, you need to set the lpreview property when building:
-
- ./gradlew clean
- ./gradlew -Plpreview assembleDebug
-
-To install on your test device, use:
-
- ./gradlew -Plpreview installLpreviewDebug
-
-You will need a device flashed with the Android L preview system image.
-
# Server-side setup
These steps are optional, in the sense that IOSched will build and run