Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In my window menu there is no option for sdk manager. My emulator is not starting (I'm trying to start it from /home/kaushik/workspace/android-sdk-linux/tools/Android ) tools --> manage AVD

and it is giving this error message

Starting emulator for AVD 'droidX'
WARNING: Data partition already in use. Changes will not persist!
WARNING: SD Card image already in use: /home/kaushik/.android/avd/droidX.avd/sdcard.img
WARNING: Cache partition already in use. Changes will not persist!
Failed to load libGL.so
error libGL.so: cannot open shared object file: No such file or directory
Failed to load libGL.so
error libGL.so: cannot open shared object file: No such file or directory
emulator: emulator window was out of view and was recentered
XIO:  fatal IO error 4 (Interrupted system call) on X server ":0.0"
after 135 requests (135 known processed) with 9 events remaining.

if I'm trying to directly run my project, this is the error

[2013-02-28 20:19:40 - TheNewBoson] ------------------------------
[2013-02-28 20:19:40 - TheNewBoson] Android Launch!
[2013-02-28 20:19:40 - TheNewBoson] The connection to adb is down, and a severe error        has occured.
[2013-02-28 20:19:40 - TheNewBoson] You must restart adb and Eclipse.
[2013-02-28 20:19:40 - TheNewBoson] Please ensure that adb is correctly located at     '/home/kaushik/workspace/android-sdk-linux/platform-tools/adb' and can be executed.
[2013-02-28 20:23:36 - TheNewBoson] ------------------------------
[2013-02-28 20:23:36 - TheNewBoson] Android Launch!
[2013-02-28 20:23:36 - TheNewBoson] adb is running normally.
[2013-02-28 20:23:36 - TheNewBoson] Performing com.example.thenewboson.MainActivity activity launch
[2013-02-28 20:23:36 - TheNewBoson] Automatic Target Mode: launching new emulator with compatible AVD 'droidX'
[2013-02-28 20:23:36 - TheNewBoson] Launching a new emulator with Virtual Device 'droidX'
[2013-02-28 20:23:36 - Emulator] Failed to load libGL.so
[2013-02-28 20:23:36 - Emulator] error libGL.so: cannot open shared object file: No such file or directory
[2013-02-28 20:23:36 - Emulator] Failed to load libGL.so
[2013-02-28 20:23:36 - Emulator] error libGL.so: cannot open shared object file: No such file or directory
[2013-02-28 20:23:36 - Emulator] emulator: emulator window was out of view and was recentered
[2013-02-28 20:23:36 - Emulator] 
[2013-02-28 20:23:36 - TheNewBoson] New emulator found: emulator-5554
[2013-02-28 20:23:36 - TheNewBoson] Waiting for HOME ('android.process.acore') to be   launched...
[2013-02-28 20:23:36 - Emulator] [xcb] Unknown sequence number while processing queue
[2013-02-28 20:23:36 - Emulator] [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[2013-02-28 20:23:36 - Emulator] [xcb] Aborting, sorry about that.
[2013-02-28 20:23:36 - Emulator] emulator-arm: ../../src/xcb_io.c:273: poll_for_event:  Assertion `!xcb_xlib_threads_sequence_lost' failed.
[2013-02-28 20:23:37 - TheNewBoson] emulator-5554 disconnected! Cancelling 'com.example.thenewboson.MainActivity activity launch'!
share|improve this question

1 Answer

The system can't find libgl for one reason or another. Did you check Failed to load libGL.so in android ?

share|improve this answer
Sorry boss its not working ... – Kaushik Kishore Mar 3 at 3:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.