These instructions don't work yet, but they're something to aim for. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/968213005
1.3 KiB
Sky SDK
This document describes an experimental development kit for Sky. We're still iterating on Sky heavily, which means the framework and underlying engine are both likely to change in incompatible ways several times, but if you're interested in trying out the system, this document can help you get started.
Set up your device
Currently Sky requires an Android device running the Lollipop (or newer) version of the Android operating system.
-
Install
Skyon your device by via the Play Store. The Sky app on your device is capable of displaying applications written using Sky. -
Enable developer mode on your device by visiting
Settings > About phoneand tapping theBuild numberfield five times. -
Enable
USB debugginginSettings > Developer options.
Set up your computer
- Install the
adbtool from the Android SDK.
- Mac:
brew install android-platform-tools - Linux:
sudo apt-get install android-tools-adb
-
Download the Sky framework: a.
curl -O https://domokit.github.io/sky-sdk.tgzb.tar -xvzf sky-sdk.tgz -
Using a USB cable, plug your phone into your computer. If prompted on your device, authorize your computer to access your device.
Running a Sky application
/path/to/sky-sdk/run myapp.sky && adb logcat