0

I am trying to run android emulator on Amazon EC2 linux,

Linux ip-xx-xxx-xx-xxx 3.2.30-49.59.amzn1.x86_64 #1 SMP Wed Oct 3 19:54:33 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

But it gives me "SDL init failure, reason is: No available video device " error. As I donnot hv apt-get, I tried the approaches on SDL init failure, reason is: No available video device without luck.

Any help is appreciated.

Regards Hammer

Community
  • 1
  • 1
Hammer
  • 8,538
  • 12
  • 44
  • 75

1 Answers1

1

You are using Amazon Linux and It does not support anything that needs Graphical UI. Even its Package repository does not have packages for any GUI stuff.

Whatever you are doing, try it with RHEL/Ubuntu/CenOS/Fedora AMIs which support running GUI.

slayedbylucifer
  • 22,878
  • 16
  • 94
  • 123