12-14-2022 21:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-14-2022 21:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi! I recently decided to make myself a clockface with some fancy bells and whistles for my Versa 1 I got a while back, so went to youtube to follow a tutorial then go from there, but I'm encountering problems from the get-go.
As provided in the video I've downloaded the code the guy used with the hopes of getting it setup on mine then tinkering from there, but I get a bug saying the following when I try to run it
- Error: One or more required files do not exist in the project: resources/widgets.gui
Any help with this would be greatly appreciated as I'm very invested in the idea of making my own clockface
For reference, the tutorial I'm following is this: https://www.youtube.com/watch?v=Y8gSjtD1Qvs
Answered! Go to the Best Answer.
Accepted Solutions
12-15-2022 09:18 - edited 12-15-2022 09:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
12-15-2022 09:18 - edited 12-15-2022 09:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You need to do the changes Gondwana had linked (in reversed direction)
Change index.view to index.gui
Change the ending of resources widgets
Change the imports in widgets
12-15-2022 00:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


12-15-2022 00:53
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
It sounds like a problem with incompatible SDK version (and perhaps build targets) in package.json. Your SDK version needs to be 4ish or less; I'm guessing it's 5 or 6.
Details on changes are here in the SDK 5 announcement entry; you may need to reverse some of them.
If you search the SDK forum for SDK4 SDK5, you should find more info.
Gondwana Software
12-15-2022 03:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-15-2022 03:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I do believe I've set my SDK version to either 4.3 or 4.4 (whatever shows up on the thing) as it's the only version that the Versa 1 actually appears as an option to build for. Though I will double check this when I go on my comp

12-15-2022 05:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-15-2022 05:01
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Just double checked, the SDK version is set to 4.3 and the Fitbit Versa option is selected

12-15-2022 09:18 - edited 12-15-2022 09:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

SunsetRunner
12-15-2022 09:18 - edited 12-15-2022 09:19
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You need to do the changes Gondwana had linked (in reversed direction)
Change index.view to index.gui
Change the ending of resources widgets
Change the imports in widgets
12-15-2022 10:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-15-2022 10:48
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Thank you BarbWire-1 and Gondwana for the help with this! I've got the thing actually working and can now start tinkering away!
