i got a really annoying issue with eclipse and i hope someone here can help me solve this because i cant find anything about his on google:/
so i imported my project in a fresh installation of eclipse (deleted everything to solve the issue) then installed the connect iq software and linked the path to the sdk like in the getting started guide.
now i edit a file of my watchface and run the simulator. everything works fine.
now the strange thing happens, i change some things, maybe adding some print out like Sys.println("hello"); and restart the simulation but that print out will never show up unless i restart eclipse....
it is as if eclipse just keeps the files that were there when eclipse was opened in its memory and only runs the simulation with those files and not the ones that are on the drive...
i have the exact same setup on a laptop and there it works without any issues, so please if anyone has any idea what could cause this im open for everything that come to mind since im out of ideas and its really annoying to develop anything like this:/
EDIT: i just tested some sample projects and it seems to work fine so far with the sample files, so something must be corrupt with my project:(