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

01-14-2021 13:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
When creating a fitbit project through CLI it automatically builds for SDK 5.0. Is there a way to specify it to build for SDK 4.2 instead?
Answered! Go to the Best Answer.
Accepted Solutions
01-15-2021 03:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-15-2021 03:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Yeah, you can use this command:
npx create-fitbit-app --sdk-version 4.2.0 my-new-app
01-15-2021 03:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-15-2021 03:44
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Yeah, you can use this command:
npx create-fitbit-app --sdk-version 4.2.0 my-new-app
01-15-2021 10:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-15-2021 10:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Brilliant, worked. Thanks @JonFitbit

