如何下载android的东西OS源代码?

Ani*_*udh 5 android git-repo iot android-things

我可以为Brillio找到git repository/branch但是没有单独的Android东西.是不是尚未开源或公开发布?

Blu*_*ell 13

不,因为您可以从此链接看到AndroidThings仍处于预览状态:

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

源代码不可用.

虽然有一个GitHub页面,但是有关如何在Android Things上构建内容的示例:

https://github.com/androidthings


Zbi*_*zur 10

cd ~
mkdir IOT
cd IOT
repo init -u https://android.googlesource.com/platform/manifest -b android-o-iot-preview-5
repo sync
Run Code Online (Sandbox Code Playgroud)