- Android Things Projects
- Francesco Azzola
- 51字
- 2025-02-22 19:24:30
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.