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.
Best AnswerI 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.
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.
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!
This worked for me, thanks James442. 😁
Best Answer