CircleCI Android constraintLayout doesn't work

前端 未结 4 1847
攒了一身酷
攒了一身酷 2021-02-15 00:25

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

4条回答
  •  一个人的身影
    2021-02-15 00:58

    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

提交回复
热议问题