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

android studio

Hi everybody I'm trying to run the hello world program on android studio, but I get a "local path doesn't exist" message. When I open the event log it says: "Local path doesn't exist. The project may need to be synced with Gradle files. Sync Project with Gradle files"

Then I try to sync with grade files, but the issue is still there.

Thanks!

1 Answer

Doug Ray
Doug Ray
7,493 Points

Hi Ivan Android Studio is very powerful but does have a few glitches here and there as its new. There is a couple of things you could do the easiest may be to upgrade to the latest version. Another option is the gradle tools version is not set correctly running Android Studio 2.5 I believe gradle tools version nine is the correct option so you would need to in build.gradle make sure gradle is set to 0.9.0.

Here are some other options that I may help

http://stackoverflow.com/questions/18256177/android-studio-local-path-doesnt-exist/18282857#18282857

Let me know if this helps !!

Doug