You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN curl http://dl.google.com/android/android-sdk_r24.4.1-linux.tgz | tar -xz
COPY licenses android-sdk-linux/licenses
RUN chown -R jenkins:jenkins /opt/android-sdk-linux
USER jenkins
# The following SDK packages are needed; the rest are dynamically installed since Android Gradle plugin 2.2
RUN echo y | android update sdk --no-ui -a --filter extra-android-m2repository,extra-google-google_play_services,extra-google-m2repository,platform-tools,tools