如何更新Android Things-Apps?
作者:互联网
使用Android Things,Android应用程序也可以在物联网设备上运行,如Raspberry Pi&公司现在,必须通过adb安装应用程序.
如果需要更新这些应用程序,例如解决安全问题,该怎么办?许多物联网设备没有显示,使用adb非常复杂,尤其是当有很多设备需要更新时.
有人知道如何处理这些更新吗?
解决方法:
编辑:
从Developer Preview 6开始,Android Things-Apps可以通过Developer Console进行更新.DP6还提供了一个用于更新的新分区方案和一个UpdateManager类来手动控制它们.阅读完整的博客文章here.
老答案:
好的,答案隐藏在本页底部:https://developers.google.com/weave/
Android Things is a turnkey solution that provides certified hardware to build IoT devices. […] In the future, Android Things will be updated to include infrastructure for pushing updates, Weave connectivity, and more.
所以我们现在必须使用adb来安装更新:/
标签:android,updates,android-things 来源: https://codeday.me/bug/20190627/1308364.html