Showing posts with label eclipse error like adb.adb in android.. Show all posts
Showing posts with label eclipse error like adb.adb in android.. Show all posts

Monday, 26 September 2011

The connection to adb is down, and a severe error has occurred

Some times Android project may  shutdown abnormally, and caused the “adb.exe” to function unfortunately.
Then it shows message in your eclipse like this


To resolve use this below manually process Go to Task Manager in your system and end (adb.exe) process in your system.




Android SQLite Database Viewer or Debuging with Stetho

Every Android Developer uses SQLite Database to store data into the Android Application data. But to view the data in SQLite have a lot of...