Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Making a clock face for Versa 2

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?

Best Answer
0 Votes
2 REPLIES 2

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

Best Answer
0 Votes

I spoke too soon, the guide is rather comprehensive [https://dev.fitbit.com/build/guides]

Best Answer
0 Votes