提交 786792fd 编写于 作者: E Eric Seidel

Merge pull request #152 from domokit/sethladd-patch-1

Update README with explicit step to start the sky tool
......@@ -88,6 +88,9 @@ dirty components and diffs the virtual `UINode` hierarchy returned this frame
with the hierarchy returned last frame. Any differences are then applied as
mutations to the physical hierarchy retained by the engine.
Skip down to "Running a Sky application" to learn how to load and run this
example on your device.
For examples, please see the [examples directory](examples/).
Services
......@@ -150,9 +153,10 @@ one of the examples in this SDK, try:
2. ``pub get`` to set up a copy of the sky package in the app directory.
3. ``./packages/sky/sky_tool start --install``
The --install flag is only necessary to install SkyDemo.apk if not already
installed on the device.
3. ``./packages/sky/sky_tool start`` to start the dev server and upload your
app to the device.
(NOTE: add a ``--install`` flag to install SkyDemo.apk if not already
installed on the device.)
4. Use ``adb logcat`` to view any errors or Dart print() output from the app.
``adb logcat -s chromium`` can be used to filter only adb messages from
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册