- Android Things Projects
- Francesco Azzola
- 188字
- 2021-07-02 20:46:23
How to install Android Things using Windows
At the beginning we will cover how to install Android Things on Raspberry Pi 3 using a Windows PC:
- Download the Android Things image from this link: https://developer.android.com/things/preview/download.html. Select the right image; in this case, you have to choose the Raspberry Pi image.
- Accept the license and wait until the download is completed.
- Once the download is complete, extract the ZIP file.
- To install the image on the SD card, there is a great application called Win32 Disk Imager that works perfectly. It is free and you can download it from SourceForge at: https://sourceforge.net/projects/win32diskimager/. At the time of writing, the application version is 0.9.5.
- After you have downloaded it, you have to run the installation executable as Administrator. Now you are ready to burn the image into the SD card.
- Insert the SD card into your PC.
- Select the image you have unzipped in step 3 and be sure to select the right disk name (your SD). At the end, click on Write.
You are done! The image is installed on the SD card and we can now start Raspberry Pi.
推薦閱讀
- 從零開始構建企業級RAG系統
- Facebook Application Development with Graph API Cookbook
- Implementing Modern DevOps
- GitLab Cookbook
- Python機器學習:數據分析與評分卡建模(微課版)
- 移動UI設計(微課版)
- Mastering RabbitMQ
- 數據結構與算法分析(C++語言版)
- Laravel Application Development Blueprints
- Learning ECMAScript 6
- Visual C++程序設計全程指南
- 計算機常用算法與程序設計教程(第2版)
- TensorFlow.NET實戰
- R Data Visualization Cookbook
- Boost.Asio C++ Network Programming Cookbook