Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Studio not building Ionic projects

ANSWERED

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

 

kutzooi2.png

 

I want to build a project for the Ionic! Thanks!

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

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.

View best answer in original post

Best Answer
5 REPLIES 5

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.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

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.

Best Answer
0 Votes

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.

Best Answer

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!

Best Answer

This worked for me, thanks James442. 😁

Best Answer
0 Votes