Hello.
I created new project, start build and got the error:
BUILD: C:\Users\Tom\.p2\pool\plugins\org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.1.v20201027-0507\jre\bin\java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar C:\Users\Tom\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-3.2.3-2020-10-13-c14e609bd\bin\monkeybrains.jar -o D:\Eclipse\garmin520\bin\garmin520.prg -w -y D:\Eclipse\Keys\developer_key 12345678 -d edge_520_sim -s 2.4.0 -f D:\Eclipse\garmin520\monkey.jungle
BUILD: ERROR: The '-f' command line option is incompatible with the options 'x', 'm', 'z' and source files.
BUILD: com.garmin.monkeybrains.ParameterException: The '-f' command line option is incompatible with the options 'x', 'm', 'z' and source files.
BUILD: at com.garmin.monkeybrains.Monkeybrains.run(Monkeybrains.java:2392)
BUILD: at com.garmin.monkeybrains.Monkeybrains.simpleMain(Monkeybrains.java:252)
BUILD: at com.garmin.monkeybrains.Monkeybrains.main(Monkeybrains.java:281)
BUILD: usage: monkeyc [-a <arg>] [-d <arg>] [-e] [--Eno-invalid-symbol] [-f <arg>] [-g]
BUILD: [-h] [-i <arg>] [-m <arg>] [-o <arg>] [-p <arg>] [-r] [-s <arg>] [-t] [-u
BUILD: <arg>] [-v] [-w] [-x <arg>] [-y <arg>] [-z <arg>]
BUILD: -a,--apidb <arg> API import file
BUILD: -d,--device <arg> Target device
BUILD: -e,--package-app Create an application package.
BUILD: --Eno-invalid-symbolDo not error when a symbol is found to be invalid
BUILD: -f,--jungles <arg> Jungle files
BUILD: -g,--debug Print debug output
BUILD: -h,--help Prints help information
BUILD: -i,--import-dbg <arg> Import api.debug.xml
BUILD: -m,--manifest <arg> Manifest file
BUILD: -o,--output <arg> Output file to create
BUILD: -p,--project-info <arg>projectInfo.xml file to use when compiling
BUILD: -r,--release Strip debug information
BUILD: -s,--sdk-version <arg> SDK version to target
BUILD: -t,--unit-test Enables compilation of unit tests
BUILD: -u,--devices <arg> devices.xml file to use when compiling (deprecated)
BUILD: -v,--version Prints the compiler version
BUILD: -w,--warn Show compiler warnings
BUILD: -x,--excludes <arg> Add annotations to the exclude list
BUILD: -y,--private-key <arg> Private key to sign builds with
BUILD: -z,--rez <arg> Resource file
BUILD: Complete
Aborting launch due to failed build.
What is it mean. Help me please.