- Android Things Projects
- Francesco Azzola
- 51字
- 2021-07-02 20:46:25
Cloning the template project
This is the fastest path because with a few steps you are ready to develop an Android Things app:
- Go to https://github.com/androidthings/new-project-template and clone the repository. Open a terminal and write the following:
git clone https://github.com/androidthings/new-project-template.git
- Now you have to import the cloned project into Android Studio.
推薦閱讀
- 微服務設計(第2版)
- Getting started with Google Guava
- Unity 2020 Mobile Game Development
- Scratch 3.0少兒編程與邏輯思維訓練
- Learning Python Design Patterns(Second Edition)
- Expert Android Programming
- RSpec Essentials
- 深度學習:Java語言實現
- Building Android UIs with Custom Views
- Vue.js 3應用開發與核心源碼解析
- OpenCV Android Programming By Example
- 30天學通C#項目案例開發
- 游戲設計的底層邏輯
- Python數據可視化之matplotlib實踐
- Learn Linux Quickly