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 Build a Simple Android App (2014) Getting Started with Android Running the Fun Facts Project

I get an error that says :ADB not responding" when i try and run the app.

ADB not responding. You can wait more, or kill "adb.exe" process manually and click 'Restart'

2 Answers

Chris Wolchesky
Chris Wolchesky
12,025 Points

It sounds like you might need to kill ADB and restart it. You can do this from task manager, or I believe there is a way to do it directly from Android Studio by going to the Android Device Monitor (Green android robot icon on your toolbar near the very end, past the SDK Manager). You'll have a window for "Devices" on the far left. There are a series of buttons next to that tab, and towards the end is a little drop down caret for a drop down menu. Under that is an option to "Reset ADB".

If you continue to have issues after that, it might be worth checking to see if there is an update for your SDK in the SDK Manager (Or even reinstalling the SDK, if it is needed).

Thank you so much for your thoughtful response.