问题
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:
- Go to Android Things console and login.
- Create/Open a product.
- In the "Factory Images" section click on "Create Build Configuration".
- 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