ArToolKitJpctBaseLib icon indicating copy to clipboard operation
ArToolKitJpctBaseLib copied to clipboard

The system cannot find the file specified

Open antgustech opened this issue 6 years ago • 1 comments

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())

antgustech avatar Aug 23 '17 16:08 antgustech

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.

plattysoft avatar Aug 23 '17 20:08 plattysoft