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 Setting Up an Android Development Environment for Windows

Android SDK path not specified

When I start up Android Studio, it pops up an error about "Android SDK path not specified". How do I fix this?

1 Answer

Jason, With the recent update to Android studio it wanted the sdk folder outside of the android studio folder. I had to move my sdk folder once I updated, I found it by:

C:\Users<user>.AndroidStudioBeta

If this is a new install from the past few days try

C:\Users<user>\sdk\

This is for windows on a mac on the android app icon right click and select "Show Package Contents" this will open up a finder with the package content if its not in there try in a terminal: /Applications/sdk/

I hope this helps