I created a new project in Dev and then added the AssetTracker library by selecting “Use->Copy to current project”. Without adding/changing any code I compiled and got the following error:
…/AssetTracker.h: No such file or directory
src/AssetTracker.h:1:29
I have tried the following:
-
Adding the AssetTracker library to the project via the Use->Add to current project option in the Desktop IDE (Dev), which adds the line “dependencies.AssetTracker=0.0.10” to the project.properties file. I get the same error.
-
Moving the lib folder that was added to the src folder. In the online documentation it says that selecting “Use->Copy to current project” will place the lib folder in the src directory, but it put it at the same level as the src directory. After moving it under the src directory I got the same error.
Any help would be appreciated! Thanks!
Jason