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 trialTimmy Yong
Courses Plus Student 2,254 PointsADB 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"
Timmy Yong
Courses Plus Student 2,254 PointsI use Windows 7.
3 Answers
Ivan Koch
22,817 PointsHaving the same trouble, but using Mac and Android Studio. Im using genymotion already.
Harry James
14,780 PointsHey 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
14,780 PointsHmm... 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.
Timmy Yong
Courses Plus Student 2,254 PointsI 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
22,817 PointsThanks! it worked!
Harry James
14,780 PointsWoohoo! Glad you got it working :)
Shariq Shaikh
13,945 PointsShariq Shaikh
13,945 PointsWhat operating system do you run on your on your computer?