Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The system cannot find the file specified #17

Open
antgustech opened this issue Aug 23, 2017 · 1 comment
Open

The system cannot find the file specified #17

antgustech opened this issue Aug 23, 2017 · 1 comment

Comments

@antgustech
Copy link

When I open the example projects my Gradle sync fails. The error message is:"The system cannot find the file specified". The file it refers to is "local.properties", i e this row:
properties.load(project.rootProject.file('local.properties').newDataInputStream())

@plattysoft
Copy link
Owner

local.properties is a file generated by AndroidStudio when you import the project.
As the name local.properties indicates, it contains properties that are particular of the local machine, therefore it is a file that should never be committed into the repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants