Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to download android things OS source code?

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 ?

like image 932
Anirudh Avatar asked Mar 07 '17 11:03

Anirudh


2 Answers

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

like image 92
Blundell Avatar answered Sep 17 '22 13:09

Blundell


cd ~
mkdir IOT
cd IOT
repo init -u https://android.googlesource.com/platform/manifest -b android-o-iot-preview-5
repo sync
like image 35
Zbigniew Mazur Avatar answered Sep 17 '22 13:09

Zbigniew Mazur