Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adb connection Error:EOF (new in android )

and trying to make a project in which my app will be connected to the database and will fetch the required values as I command it to do.

I just made the designing part and tried to run it and see it.

But its giving an error: Adb connection Error:EOF

please help me to solve it

My Android Console shows:

[2014-01-14 12:30:33 - Emulator] error libGL.so: cannot open shared object file: No such file or directory
[2014-01-14 12:30:33 - Emulator] Failed to load libGL.so
[2014-01-14 12:30:33 - Emulator] error libGL.so: cannot open shared object file: No such file or directory  
like image 867
AM26 Avatar asked Jan 14 '14 06:01

AM26


1 Answers

Well you could try this out:

  1. Open your cmd .Go to Platform-tools/ path
  2. Run the cmd like : adb kill-server
  3. Then : adb start-server
  4. Restart the Eclipse

Also Delete the AVD and Create the New One if above don't Work

Hope this could help...

like image 101
Nitesh Tiwari Avatar answered Sep 18 '22 14:09

Nitesh Tiwari