How to download android things OS source code?

萝らか妹 提交于 2019-11-27 03:41:37

问题


I could find git repository/branch for Brillio but no separate for Android things. Is it that it is not open source yet or released for public ?


回答1:


No because AndroidThings is still in preview as you can see from this link:

https://developer.android.com/things/preview/releases.html

the source code is not available.

There is a GitHub page though with the examples of how things are built on Android Things:

https://github.com/androidthings




回答2:


cd ~
mkdir IOT
cd IOT
repo init -u https://android.googlesource.com/platform/manifest -b android-o-iot-preview-5
repo sync



回答3:


You can download the image file by:

  1. Go to Android Things console and login.
  2. Create/Open a product.
  3. In the "Factory Images" section click on "Create Build Configuration".
  4. Download the image file of your product containing Android Things.



回答4:


Unfortunately, it seems like it won't be open-source at all.

From an Ars Technica article:

Just like Windows, Android Things is closed source and has a centralized update system.



来源:https://stackoverflow.com/questions/42647543/how-to-download-android-things-os-source-code

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!