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

Not working on AWS i3.metal #239

Open
aloula opened this issue Apr 13, 2020 · 2 comments
Open

Not working on AWS i3.metal #239

aloula opened this issue Apr 13, 2020 · 2 comments

Comments

@aloula
Copy link

aloula commented Apr 13, 2020

It's working well in my laptop, great job!

I have also trying to use on AWS i3.metal instance without success, the emulator is not loaded.

$ sudo docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1
$ sudo docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log
[78] [ INFO] app - Custom Args: 
[78] [ INFO] app - AVD name: samsung_galaxy_s6_8.1
[78] [ INFO] app - No config file file was found at /root/android_emulator/config.ini. Assuming new device.
[78] [ INFO] app - Preparing emulator...
[78] [ INFO] app - Hardware profile resource path: /root/devices/profiles/samsung_galaxy_s6.xml
[78] [ INFO] app - Hardware profile destination path: /root/.android/devices.xml
[78] [ INFO] app - Command to create avd: avdmanager create avd -f -n samsung_galaxy_s6_8.1 -b google_apis/x86 -k "system-images;android-27;google_apis;x86" -d Samsung\ Galaxy\ S6 -p /root/android_emulator
[78] [ INFO] app - Skin was added in config.ini
[78] [ INFO] app - Run emulator...
[78] [ INFO] app - Emulator was not previously initialized. Preparing a new one...
@xuanzhaopeng
Copy link

xuanzhaopeng commented Dec 24, 2020

Hey @aloula

Tested today again, I find the working combination in AWS, I tested with i3.metal with Ubuntu Server 20.04 LTS X86 (ami-0502e817a62226e03), and with docker 19

It works for me. I'd like to test other metal machines in AWS

cc: @budtmo I think this ticket can be closed

@xuanzhaopeng
Copy link

xuanzhaopeng commented Dec 24, 2020

Just give some feedback for

a1.metal with Ubuntu Server 20.04 LTS X86 Arm64 with Docker 19 🔴
it will raise

standard_init_linux.go:211: exec user process caused "exec format error"

c5.metal with Ubuntu Server 20.04 LTS X86 with Docker 19: ✅

c5.metal with Amazon Linux 2 X86 with Docker 19 : ✅

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

No branches or pull requests

2 participants