Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Latest commit

 

History

History
44 lines (22 loc) · 1.98 KB

index.md

File metadata and controls

44 lines (22 loc) · 1.98 KB

Building Your First Device

构建您的第一个 Android Things 设备

Dependencies

依赖

You should also read

您需要阅读如下资料

Welcome to Android Things development!

欢迎加入 Android Things 开发活动!

This class teaches you how to build your first app for Android Things. You will learn how to create an activity that launches automatically on boot and is optimized for a "headless" experience. You will also learn the fundamentals of communicating with hardware peripherals from within your app.

这一章内容将告诉您,怎样基于 Android Things 去构建您的第一个应用。您将学到怎样去创建一个在启动时自行加载且优化良好的 activity 。同时您也将学习一些关于如何从应用内与硬件进行通信的相关基础知识。

Before you start this class, download and install Android Studio and the system image for your development board.

在您开始阅读这一部分内容之前,请确保您已经下载并安装 Android Studio,同时也请确保您已经在您的开发板上下载并安装了 系统镜像