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.
Currently Sky requires an Android device running the Lollipop (or newer) version of the Android operating system.
Install Sky
on 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 phone
and tapping the Build number
field five times.
Enable USB debugging
in Settings > Developer options
.
adb
tool from the Android SDK.brew install android-platform-tools
sudo apt-get install android-tools-adb
Download the Sky framework: a. curl -O https://domokit.github.io/sky-sdk.tgz
b. 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.
/path/to/sky-sdk/run myapp.sky && adb logcat