hey24sheep / azure-flutter-tasks

Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
https://marketplace.visualstudio.com/items?itemName=Hey24sheep.flutter
MIT License
89 stars 22 forks source link

Can't accept Android SDK licenses in Azure pipeline #121

Open CJSZ01 opened 6 months ago

CJSZ01 commented 6 months ago

`trigger:

stages:

` Results in a build failure "To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager." It seems impossible to accept the SDK license agreements in the pipeline.

hey24sheep commented 6 months ago

Hi, this is a pipeline bug in their vm. This shouldn't happen on the hosted VMs. Thankfully I never ran into this issue. I'll keep it open if someone from the community could help you.

You can open a bug on Microsoft Git repo https://github.com/microsoft/azure-pipelines-tasks

Also check this https://stackoverflow.com/questions/38096225/automatically-accept-all-sdk-licences

hey24sheep commented 5 months ago

@CJSZ01 Is this solved?