10-03-2020 09:47 - edited 10-03-2020 11:45
10-03-2020 09:47 - edited 10-03-2020 11:45
Fitbit Studio is unable to build projects for Ionic.
Even when I open an example project (Minimal project that builds) you get an error when building this for Ionic.
Error messages that Fitbit Studio shows:
One or more builld targets was invalid: atlas, vulcan
Sometimes One or more builld targets was invalid: vulcan
I want to build a project for the Ionic! Thanks!
Answered! Go to the Best Answer.
10-05-2020 13:27
10-05-2020 13:27
I did use SDK4.2 because I knew that SDK5 is not supported.
My solution was to download the whole project (by selecting export project) and then edit the package.josn file by hand (remove Atlas and Vulcan) and then uplaod the package.josn file again by drag-n-drop.
10-03-2020 13:55
10-03-2020 13:55
It sounds like you're trying to use SDK5 for Ionic. Ionic doesn't run that version of the operating system; you'll need to use SDK4.2.
10-05-2020 02:50
10-05-2020 02:50
Ah, so you have Atlas and Vulcan enabled. To disable them temporarily up the sdk version to 5 then untick the Sense and the Versa 3 then revert back to the old sdk.
10-05-2020 13:27
10-05-2020 13:27
I did use SDK4.2 because I knew that SDK5 is not supported.
My solution was to download the whole project (by selecting export project) and then edit the package.josn file by hand (remove Atlas and Vulcan) and then uplaod the package.josn file again by drag-n-drop.
12-10-2020 10:51
12-10-2020 10:51
Worked for me, but also had to right click on index.*** and widget.*** in the resources folder and rename to index.gui and widgetS.gui (Note the widget change to WIDGETS (s added) then worked like a charm! .
Thanks!
12-27-2020 07:48
12-27-2020 07:48
This worked for me, thanks James442. 😁