Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

LogCat says TID -1 Device disconnected

I Have no errors as I run my activity_main.xml in the CrystalBall project. When it opens the android emulator it fires up ok but after a while I see LogCat has TID = -1 Device disconnected - I have no errors or warnings in my project. Any suggestions on where to look or what to fix would be greatly appreciated. I am running Windows 8 and installed the 32bit android version (maybe that is the problem?) - Thanks, Marc

1 Answer

Ben Jakuben
STAFF
Ben Jakuben
Treehouse Teacher

I don't know what could be causing that error, but one possible fix is to restart the adb (Android Debug Bridge) as per the instructions in this StackOverflow answer: http://stackoverflow.com/a/10355416/475217