CircleCI-Public / cimg-android

The CircleCI Android Docker Convenience Image.
MIT License
75 stars 37 forks source link

Considering install Google Play licensing library #21

Closed agustinsivoplas closed 2 years ago

agustinsivoplas commented 2 years ago

I am trying to run my test but I got this error:

Screen Shot 2021-09-27 at 18 52 18

Seem like if you use build tools 30.0.2 you need to install Google Play licencinsg library (not confirmed).

Screen Shot 2021-09-27 at 18 54 58

I already have a task to accept android licenses (works in past), but with the last image does not works.

  accept_android_licenses:
    steps:
      - run:
          name: Accept Android Licenses
          command: |
            yes | sdkmanager --licenses || exit 0
            yes | sdkmanager --update || exit 0

Thanks in advance!

All the best

agustinsivoplas commented 2 years ago

Just an update, I changed the build tools version of my project to version 30.0.3 and works

FelicianoTech commented 2 years ago

Since the image includes 30.0.3 at the point, I'm going to close this.