July 2018
Intermediate to advanced
358 pages
7h 17m
English
For the Java language plugin, we have two choices that work just fine. We have the Java Library, which compiles to a JAR file, and the Android Library, which compiles to AAR format. To access Android-specific functions, we need to create the Android Library, and for pure Java language usage, we would create the Java library.
There is a major distinction between the two, and this should be discussed. Consider the following: