Android Emulator disconnects shortly after launching -
Android Emulator disconnects shortly after launching -
when launch emulator or seek run android project error -emulator: ../../src/xcb_io.c:249: process_responses: assertion `(((long) (dpy->last_request_read) - (long) (dpy->request)) <= 0)' failed. emulator visible few seconds.the sdk , eclipse correctly installed.
i have faced problem & after lot of trying found solution...
this simple need give permission both emulator & ddms.
they located in /tools directory of android-sdk
first go directory, run next command :
$sudo chmod 755 emulator $sudo chmod 755 ddms then :
$emulator -avd <name of avd> hope work
:)
android-emulator
Comments
Post a Comment