AboutJars.txt 722 B

123456789101112131415161718192021222324
  1. This directory is for Android .jars.
  2. There are 2 types of jars that are supported:
  3. == Input Jar ==
  4. This is the jar that bindings should be generated for.
  5. For example, if you were binding the Google Maps library, this would
  6. be Google's "maps.jar".
  7. Set the build action for these jars in the properties page to "InputJar".
  8. == Reference Jars ==
  9. These are jars that are referenced by the input jar. C# bindings will
  10. not be created for these jars. These jars will be used to resolve
  11. types used by the input jar.
  12. NOTE: Do not add "android.jar" as a reference jar. It will be added automatically
  13. based on the Target Framework selected.
  14. Set the build action for these jars in the properties page to "ReferenceJar".