10-13-2018 05:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-13-2018 05:50
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
I have studio bridged with my Ionic however when I attempt to run the app I get the following error:
Sideload of app failed. Connected device does not support API version requested by app. I have removed and paired the watch and factory reset but continue to get the error. I am running firmware 27.32.10.20 on the Ionic. Any help would be appreciated. Thanks.
Answered! Go to the Best Answer.
Accepted Solutions
10-13-2018 08:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-13-2018 08:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I had to change the SDK version of my app (in package.json) to 1.0 in order to get it to run.

10-13-2018 08:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-13-2018 08:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I had to change the SDK version of my app (in package.json) to 1.0 in order to get it to run.

10-13-2018 17:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-13-2018 17:31
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
That was it. Thanks!

10-14-2018 04:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

10-14-2018 04:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Note that currently the reverse happens also - I created a new app, copied in some code from the app I have been working on all week, tried to run that and was told my API version was wrong.
Default for new apps is SDK 2, but my Ionic hasn't gotten the update yet... Had to downgrade in the package.json.

