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

Greg Records
Greg Records
2,060 Points

Getting an error in Android Studio that it can't locate ADB *RESOLVED*

I have android studio running in windows but when I go to run my first app it says "Throwable unable to locate adb. I can't find anything online matching the error I am getting.

1 Answer

Greg Records
Greg Records
2,060 Points

I figured it out. For some reason my C:\Program Files (x86)\Android\android-sdk folder didn't have the Platform-Tools folder containing the adb.exe

Even though I had already extracted it I had not copied that folder over. So I went to the ADT unzipped file from the first installation and just copied it to the correct path.