Hey everyone!
I set up my environment the day before yesterday, everything was running smoothly (I'm developing my first watch face ever, ran into some obstacles but it was finally looking good), when suddenly, after deleting some fonts from I wasn't using from my project directly from eclipse (instead of deleting them in the folder and refreshing), eclipse stopped compiling with this error message:
BUILD: C:\Users\catar\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_16.0.2.v20210721-1149\jre\bin\java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar C:\Users\catar\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-4.0.5-2021-08-09-29788b0dc\bin\monkeybrains.jar -o "F:\Connect ID programming\GalaxyWatchFace\bin\GalaxyWatchFace.prg" -w -y "F:\Connect ID programming\developer_key" -d fenix6s_sim -c 3.2.0 -f "F:\Connect ID programming\GalaxyWatchFace\monkey.jungle"
BUILD: ERROR: null
BUILD: ERROR: Cannot invoke "java.util.Map.get(Object)" because "strings" is null
BUILD: WARNING: The launcher icon (30x30) isn't compatible with the specified launcher icon size of the device 'fenix6s' (40x40). Image will be scaled to the target size.
BUILD: Complete
Aborting launch due to failed build.
There's no more information, and this happens even when I create a new simple project from scratch. I uninstalled and reinstalled everything on SDK manager and eclipse, and set up everything from scratch, and I'm still getting the same error.
I can't find anything on this online. I found this post https://forums.garmin.com/developer/connect-iq/f/discussion/264486/error-cannot-invoke-java-lang-comparable-compareto-object-because-a-runhi-is-null and I thought maybe it was something similar, but I have every wearable installed, and I'm trying to compile for the fenix 6s only.