Hi @ll:

  I am a beginner of android:), so forgive me if it is a naive
question
  I cannot run emulator on linux system, the symptom is as following:

[...@gpu2 tools]$ pwd
/home/zhc/android-sdk-linux_x86-1.1_r1/tools
[...@gpu2 tools]$ ./emulator
SDL init failure, reason is: No available video device

  After strace the process, I found that:

[...@gpu2 tools]$ strace ./emulator
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or
directory)
open("/home/zhc/android-sdk-linux_x86-1.1_r1/tools/../lib/tls/i686/
sse2/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/home/zhc/android-sdk-linux_x86-1.1_r1/tools/../lib/tls/i686/
sse2", 0xffb99210) = -1 ENOENT (No such file or directory)
open("/home/zhc/android-sdk-linux_x86-1.1_r1/tools/../lib/tls/i686/
libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
....

  Would anybody give me suggestions? Appreciated:)
  Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to