yongjhih / docker-alpine-android

Apache License 2.0
6 stars 2 forks source link

AAPT not found #1

Open Kiran89kumar opened 8 years ago

Kiran89kumar commented 8 years ago

Hi,

Do you able to fix the lib32stdc issue?

Regards, Kiran

yongjhih commented 8 years ago

Try to fix by: https://github.com/yongjhih/docker-alpine-openjdk/commit/703ba3d9f8684a047053e32325bec49c0d91a36f

You can pull latest image. I'm not sure fixed.

There is alternative: https://github.com/yongjhih/docker-android is based on ubuntu

Kiran89kumar commented 8 years ago

I tried it, still same issue

alexraju91 commented 8 years ago

Facing the same issue.

saiimons commented 7 years ago

Has anyone found a way to bypass this issue ?

sallespro commented 7 years ago

this does the job

# Install required dependencies
RUN apk add --no-cache --virtual=.build-dependencies wget unzip ca-certificates bash && \
    wget https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub -O /etc/apk/keys/sgerrand.rsa.pub && \
    wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC_VERSION/glibc-$GLIBC_VERSION.apk -O /tmp/glibc.apk && \
    wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC_VERSION/glibc-bin-$GLIBC_VERSION.apk -O /tmp/glibc-bin.apk && \
    apk add --no-cache /tmp/glibc.apk /tmp/glibc-bin.apk && \
    rm -rf /tmp/* && \
    rm -rf /var/cache/apk/*
thatsk commented 7 years ago

@sallespro this is 64bit . And also checked not solved . Please check if glibc is found in 32 bit

JehandadK commented 7 years ago

AFAIK, this is not possible. See here

https://unix.stackexchange.com/questions/388225/can-we-run-32bit-programs-on-alpine-linux