As the title, I just compiled my watchface with SDK4.2.1. However some users told me the body battery became in-readable on their real devices. Everything works fine in my simulator. Do you have similar issues?
As the title, I just compiled my watchface with SDK4.2.1. However some users told me the body battery became in-readable on their real devices. Everything works fine in my simulator. Do you have similar issues?
solution is
-close sim and all manifest.xml files
for each recently updated device, e.g. f7X:
- go to device directory (e.g. ...\Garmin\ConnectIQ\Devices\fenix7x)
- in file compiler.json change every "connectIQVersion": "4.2.0" to "connectIQVersion": "4.1.7",
and it will be possible to build f7x with 4.1.7 (the same for epix2/265/965/....)
don't update devices if you do it repeat procedure again
but because nobody has 265 to download my wf and check if it runs well you do it on your risk
don't update devices if you do it repeat procedure again
yes, so I've written about risk but my nose says that should be ok on condition you don't use feature above ver. (in this case 4.1.7). There is compatibility in ciq/vm so should run well. And no choice, you have to react for bug not waiting indefinite time for fix.
But I can see somebody has downloaded my wf
and nobody complaints (yet :)).
ERROR: Device 'fr965' requires an SDK version of 4.2.0 or greater to be compiled. The current SDK version is 4.1.7. Please update your SDK using the Connect IQ SDK Manager.
Yes. I noticed that. So I use 4.2.0 to develop new features and use 4.1.7 to export, LOL.
I just change nth and do this , and it works fine. my watchface
1. select the sdk 4.2.2 to develop
2. open cmd , run command to export( see the pic)