02-13-2019 05:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


02-13-2019 05:52
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Sideload of app failed. App was built for , but connected device only supports Fitbit Ionic/Versa
Strange, there is nothing the App was built for.
I tried both Ionic and Versa.
Is there an issue in Studio?
Fitbit: Versa, Versa2, Sense. (Versa light) - Phone: Android. - Developer clockfaces.(Nederlands)
Answered! Go to the Best Answer.

Accepted Solutions
02-22-2019 12:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


02-22-2019 12:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've not seen this error before. Did it clear itself after a refresh of the site?

02-22-2019 12:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


02-22-2019 12:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've not seen this error before. Did it clear itself after a refresh of the site?

02-22-2019 13:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


02-22-2019 13:33
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I've seen this a few times. I could never work out what caused it; package.json clearly listed the target devices. I think I got around it by using CLI with updated dependencies. That's not much consolation.
Gondwana Software

02-22-2019 14:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


02-22-2019 14:14
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Verstuurd vanaf mijn iPad
Fitbit: Versa, Versa2, Sense. (Versa light) - Phone: Android. - Developer clockfaces.(Nederlands)

07-19-2020 23:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

07-19-2020 23:43
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I get this error if I have the simulator open to one of the devices (Versa 2) and in the json file, I remove the versa 2 from the compatible device list then I try to build the app again.
Adding the device back into the json file fixed the problem for me.

07-20-2020 03:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


07-20-2020 03:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
@JonFitbit You can close this one. I have no more issues with Studio.
If so , I delete (parts of) the "Fitbit OS Simulator"
Windows: C:\Users\mario\AppData\Roaming\Fitbit OS Simulator
Fitbit: Versa, Versa2, Sense. (Versa light) - Phone: Android. - Developer clockfaces.(Nederlands)

01-13-2021 14:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-13-2021 14:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I managed to solve and run in the FitBit OS Simulator (selected as target device):
- Select the file package.json
- Find SDK Version and select Version 4.2
- Scroll up to Build Targets and now you should be able to select Fitbit Versa 2
- Rename widget.defs to widgets.gui
- Rename index.view to index.gui
I still can't get it running in the watch though :'(

