Advertisement
Guest User

Untitled

a guest
Sep 16th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. BUILD: ERROR: ] The output directory could not be created.
  2. BUILD: com.garmin.monkeybrains.ParameterException: [205] The output directory could not be created.
  3. BUILD: at com.garmin.monkeybrains.Monkeybrains.packageApplication(Monkeybrains.java:1025)
  4. BUILD: at com.garmin.monkeybrains.Monkeybrains.run(Monkeybrains.java:2634)
  5. BUILD: at com.garmin.monkeybrains.Monkeybrains.simpleMain(Monkeybrains.java:336)
  6. BUILD: at com.garmin.monkeybrains.Monkeybrains.main(Monkeybrains.java:365)
  7. BUILD: usage: monkeyc [-a <arg>] [-b <arg>] [-c <arg>] [-d <arg>] [-e]
  8. BUILD: [--Eno-invalid-symbol] [-f <arg>] [-g] [-h] [-i <arg>] [-l <arg>] [-m
  9. BUILD: <arg>] [-o <arg>] [-p <arg>] [-r] [-s <arg>] [-t] [-u <arg>] [-v] [-w]
  10. BUILD: [-x <arg>] [-y <arg>] [-z <arg>]
  11. BUILD: -a,--apidb <arg> API import file
  12. BUILD: -b,--apimir <arg> API MIR file
  13. BUILD: -c,--api-level <arg> API Level to target
  14. BUILD: -d,--device <arg> Target device
  15. BUILD: -e,--package-app Create an application package.
  16. BUILD: --Eno-invalid-symbolDo not error when a symbol is found to be invalid
  17. BUILD: -f,--jungles <arg> Jungle files
  18. BUILD: -g,--debug Print debug output
  19. BUILD: -h,--help Prints help information
  20. BUILD: -i,--import-dbg <arg> Import api.debug.xml
  21. BUILD: -l,--typecheck <arg> Type check [0=off, 1=gradual, 2=informative, 3=strict]
  22. BUILD: -m,--manifest <arg> Manifest file (deprecated)
  23. BUILD: -o,--output <arg> Output file to create
  24. BUILD: -p,--project-info <arg>projectInfo.xml file to use when compiling
  25. BUILD: -r,--release Strip debug information
  26. BUILD: -s,--sdk-version <arg> SDK version to target (deprecated, use -c
  27. BUILD: -t,--unit-test Enables compilation of unit tests
  28. BUILD: -u,--devices <arg> devices.xml file to use when compiling (deprecated)
  29. BUILD: -v,--version Prints the compiler version
  30. BUILD: -w,--warn Show compiler warnings
  31. BUILD: -x,--excludes <arg> Add annotations to the exclude list (deprecated)
  32. BUILD: -y,--private-key <arg> Private key to sign builds with
  33. BUILD: -z,--rez <arg> Resource files (deprecated)
  34. BUILD: Complete
  35. Package Manager: Problem building package. See console for details. (101)
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement