12-23-2020 23:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-23-2020 23:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
I am trying out the Fitbit studio. I am trying to make a watchface for my Versa 2.
I keep getting
- One or more build targets was invalid: atlas, vulcan
- Error: Project configuration is invalid
- Build failed.
That error code.
I am unsure how to make a clockface for the versa 2. It has a drop down for which watch and version to use. If that dropdown is there why can't I make a Versa 2 face?
12-24-2020 10:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-24-2020 10:07
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Renaming the package.json => package.txt shows you the actual text. Delete "atlas" and "vulcan" from the "buildTargets" and rename the package file back to package.json. I also had to add two files into the resource directory "index.gui" and "widgets.gui" That will build the 'app'. (saw that on some forum).
I imagine the the .gui files should have something in them (what I have no clue). The Digital Clock template does not seem to sup[port SDK 4.2 very well, documentation and tutorials are abysmal. I found some code on git and I am trying to figure out what's what from there [https://github.com/akosthekiss].
I also what to dev for the Versa 2, I hope that helps

12-24-2020 14:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-24-2020 14:20
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I spoke too soon, the guide is rather comprehensive [https://dev.fitbit.com/build/guides]

