- Android Things Projects
- Francesco Azzola
- 159字
- 2021-07-02 20:46:24
Testing the installation
Once we have flashed the Android Things image into the SD card, we can remove it from the PC or Mac and insert it into the board:
- Connect Raspberry Pi to a video using the HDMI.
- Connect Raspberry Pi to your network using the LAN connection.
- Connect Raspberry Pi to your Mac/PC using a USB cable.
Wait until Android Things completes the boot phase. At the end, you should see the following:

Now your development board is ready and we can start developing our first Android Things project. To confirm that your Android Things is up and running, you can execute from the command line the following command:
adb devices
You should see, in the list, at least one Android device with an IP address. Congratulations; you have just installed and tested your Android Things OS. By now you should see the Android Things default screen because we did not install an app on the system.
推薦閱讀
- Learning Single:page Web Application Development
- Getting Started with ResearchKit
- 深入理解Django:框架內幕與實現原理
- 少年輕松趣編程:用Scratch創作自己的小游戲
- JMeter 性能測試實戰(第2版)
- 樂學Web編程:網站制作不神秘
- Mastering PHP Design Patterns
- C/C++常用算法手冊(第3版)
- Learning Laravel 4 Application Development
- Apache Mesos Essentials
- 深入分布式緩存:從原理到實踐
- BeagleBone Black Cookbook
- CodeIgniter Web Application Blueprints
- Visual Basic程序設計全程指南
- Getting Started with Web Components