aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorardock <ardock@gmail.com>2014-10-20 00:38:35 +0200
committerardock <ardock@gmail.com>2014-10-20 00:38:35 +0200
commit1bfdbbf79da44df0ebadd0ef8d5c325ded0095de (patch)
treebb8b7c15c8a08924c1f7a0ff20f21e7d50b004be
parent7869827de093897fd6320dc5f893b59d32c6748d (diff)
downloadiosched-1bfdbbf79da44df0ebadd0ef8d5c325ded0095de.tar.gz
Remove mention of lpreview from BUILDING.md
Removed lpreview build section Updated gradle commands (removed lpreview and classic productFlavors) Updated SDK Manager packages needed (removed kiktkat, included lollipop) SDK Build-tools version 21 has solved and unsolved issues, Current rev is 21.0.1 https://code.google.com/p/android/issues/detail?id=77629 http://stackoverflow.com/questions/26446610/android-gradle-project-upgrading-build-tools-to-21-0-1-aapt-throws-exception
-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