Hi,
when I try to run the SDK samples there is an error.
What causes this error and how could it be fixed?
Thanks
Uli
Hi,
when I try to run the SDK samples there is an error.
What causes this error and how could it be fixed?
Thanks
Uli
what about permissions settings, actual no checkboxes set. Are there partially necessary for the samples to run?
On which target device?
the error even prevents a target device selection. Is there some reset to be done in the Simulation windows (kill app oder device?)
is there a more detailed error log file available in eclipse that I could provide more information?
Are you using the latest eclipse plugin? There's no additional log, but you want to use the latest plugin.
yes. Just checked for updates. Version 2021-03 (4.19.0)
That's the version of eclipse, not the Connect IQ Eclipse plugin. In eclipse go to help>about>installation details
and see what's listed for Connect IQ.
I've never seen this error before. My assumption is that it is related to the JDK you are using. I know the Oracle JDK/JRE 1.8 is ancient, but it works. I'm think you should be able to use OpenJDK 11, but I haven't tried this in a while.
Hi, I've experienced the same error in the last hour. I didn't understand how to solve it from this discussion so if everyone else will experience it and will come to this discussion- here's how to solve it:
It happens after you are deleting devices from the sdk manager that you have marked in one of your projects as a compatible device. to solve the problem, just download those devices again and refresh eclipse or go to manifest.xml file in every project, go to manifest.xml from overview in the bottom of the page and manually remove the line with the device you removed. for example, if I deleted the fr645 device from my sdk manager and I used it as a compatible device in my project, I'll go the file I've just mentioned and remove the line of <iq:product id="fr645"/>.
the problem should be solved after closing and saving the manifest.xml and refreshing the eclipse
I just had this issue, in my case there was a value fenix6pro in my manifest. Perhaps that was valid in an older SDK but replaced in newer. Anyhow i edited the manifest to remove this line and then things worked.