01-27-2021 21:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-27-2021 21:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Every time I go through tutorials and videos to create a new clock face I get "App was built for Fitbit Versa 3 and Fitbit Sense, but connected device only supports Fitbit Versa 2 applications." I don't understand, can I not use the editors provided to create a clock face?
01-27-2021 22:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-27-2021 22:15
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I gather you've got a Versa 2 and are trying to use Studio. Studio support for SDK4 (Versa 2) is difficult now, but I think it can still be done.
You need to edit package.json, which may require changing its filename extension to .txt. Instead of targeting SDK5, you'll need SDK4 (probably 4.2). And, instead of the current build targets, I think you'll need 'mira'. Having made those changes, rename the file back to .json.
You'll also need to rename index.gui to index.view, and widgets.gui(?) to widget.defs.
This may not be quite right; I don't use Studio.
Gondwana Software
01-30-2021 17:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
01-30-2021 17:12
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I was getting SO frustrated with this exact problem, and this is the perfect fix, but inverse. The names start out as index.view and widget.defs and need to be changed to index.gui and widgets.gui (make sure to add the "s" to widget)
Thank you so much, as I was about to give up.
01-30-2021 17:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-30-2021 17:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Oh, you're right! I got those filenames backwards; sorry about that!
I'm glad you were able to work out what I meant, rather than what I said. 😉
Gondwana Software

02-03-2021 01:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

02-03-2021 01:36
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi, how can I upload the same clock face for all the 6 support clocks (versa, Versa Lite, versa 2, Ionic, versa 3, and sense)
I saw at other developers- clock faces available for all 6 devices.
Do I need to upload all categories of images (300x300, 348x256, 336x336) in Fitbitstudio? Or do I need to update 2 packags Json? Also what SDK should I use for a clock face available for all 6 clocks?

