I am now using the CircleCI for my project. Also I am implementing the new constraintLayout in my project. Now I am stuck with the CircleCI bui
TL;DR
You need to copy the licenses from $ANDROID_HOME/licenses
into your CircleCI environment.
You can zip up your licenses and store it on Dropbox (or something similar) and modify your circle.yml
file to download the licenses and extract it to $ANDROID_HOME
.
The last paragraph of the error pretty much explains it
Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager. Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html