Skip to content
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

Open
rpau opened this issue May 5, 2016 · 4 comments
Open

ia32-libs support #169

rpau opened this issue May 5, 2016 · 4 comments

Comments

@rpau
Copy link

rpau commented May 5, 2016

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!

@andyshinn
Copy link
Contributor

I don't see any package for it. What does it do? Where is the upstream project living?

@jk2K
Copy link

jk2K commented Aug 31, 2016

see this SO question

TL;DR, The core problem is how to run 32-bit program in 64-bit alpine?

@mbrevda
Copy link

mbrevda commented Dec 29, 2016

+1 here - it doesn't seem that it is possible to build android currently on alpine

@pocmo
Copy link

pocmo commented Mar 23, 2018

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):
https://hub.docker.com/r/alvrme/alpine-android/~/dockerfile/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants