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 Blog Reader Android App Exploring the Master-Detail Template The Model-View-Controller (MVC) Design Pattern

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

This problem keeps occurring when I try to run the APP. Please Help if anyone knows why ? P.S. Mr.Ben said try to run the app after we have created master detail activity ..Im not using "eclipse"

Shariq Shaikh
Shariq Shaikh
13,945 Points

What operating system do you run on your on your computer?

I use Windows 7.

3 Answers

Ivan Koch
Ivan Koch
22,817 Points

Having the same trouble, but using Mac and Android Studio. Im using genymotion already.

Harry James
Harry James
14,780 Points

Hey Ivan!

Have you tried this fix from StackOverflow?

Hopefully doing the following fixes the issues on a Mac:


1) Close Android Studio


2) Kill all processess using 5037 port:

sudo lsof -i |grep 5037

and

sudo kill PID_NUMBER


3) Run adb devices from console:

sudo adb devices


Hope it helps! :)

Harry James
Harry James
14,780 Points

Hmm... That's odd. It may be because the default Emulator is so resource-hogging. I recommend either using your own Android Device or, using the Genymotion Emulator.

Ben talks about Genymotion over here.

I did and still the same problem occurs ,dunno why. I downloaded all the files needed from SDK manger nothing got fixed :( P.S. Im using Android Studio

Ivan Koch
Ivan Koch
22,817 Points

Thanks! it worked!

Harry James
Harry James
14,780 Points

Woohoo! Glad you got it working :)