10-17-2020 11:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-17-2020 11:06
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Dear Community Members / Fitbit Developers,
While when I am designing my clock face for Versa1, using the latest Fitbit Studio, I am getting the below error, can you help what does this mean
"Sideload of app failed. App was built for Fitbit Versa 3 and Fitbit Sense, but connected device only supports Fitbit Versa applications"
Pls help, why this error. Is it something that with latest studio we cant design watch faces for old devices such as Ionic & Versa1 ?
10-18-2020 11:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-18-2020 11:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi!
It looks like you are trying to build an SDK 5.0 application for the Versa 1 which only supports SDK 4.2.
To fix this issue, go to the package.json file and change the SDK version to 4.2.
Kind Regards
Dominik
10-19-2020 07:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-19-2020 07:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi Dominik,
Thanks I made the required changes you suggested, now I am getting the below error, Pls suggest what to do next Plss..
Thanks again

10-19-2020 09:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-19-2020 09:30
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi!
You need to rename the "index.view" file to "index.gui" and rename "widget.defs" to "widgets.gui".
Kind Regards
Dominik
