Can\'t find the source code of new Android Architecture Components. Was it published? If it was, where?
If the source is in AOSP, please specify which specific repo proj
You can download it from AOSP. After configuring the environment for downloading AOSP, you can sync it by:
repo init -u https://android.googlesource.com/platform/manifest -b ub-supportlib-master repo sync
The branch ub-supportlib-master contains all sources of the Android Architecture Components.
ub-supportlib-master