-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ia32-libs support #169
Comments
I don't see any package for it. What does it do? Where is the upstream project living? |
see this SO question TL;DR, The core problem is how to run 32-bit program in 64-bit alpine? |
+1 here - it doesn't seem that it is possible to build android currently on alpine |
I had the same problem and went back to an Ubuntu image for building Android apps. However today I came across the following image and managed to build my own Android development image based on Alpine following the same approach (openjdk:8-alpine + alpine-pkg-glibc): |
Hi,
I am creating a Dockerfile FROM iron/base adding the Android development tools. However, I get the same error than https://groups.google.com/forum/#!topic/android-developers/fBhcq6FZGXI
Unable to run 'adb': Cannot run program "/opt/android-sdk-linux/platform-tools/adb": java.io.IOException: error=2
And the answer is to install ia32-libs. How can I do it with alpine?
Thank you in advance!
The text was updated successfully, but these errors were encountered: