Hi
I've built some apps using the connectIQ (command line), but I am unable to run any app that contains any type of resources.
Apparently the AppName string resource works fine but that's about it.
I have tried compiling the apps/watchfaces from the sample directory, and they do compile, but give errors at runtime, like:
"Invalid Value"
"Invalid Resource Specified"
I'm compiling using the command line, not Eclipse.
I've included all necessary resource files since when I remove a resource the monkeyc compiler throws errors saying it can't find the resource specified.
This means they are included in the build, but I can't seem to access them at runtime.
Anyone knows how I can solve this?
Thanks!