
When creating a new module in Android Studio, we can choose between the Android library and the Java library. As far as I understand, I understand that it Android Libraryhas access to Android resources, and Java Libraryhas access only to Java resources.
So, creating a Java library in Android Studio is like creating a new library in a regular Java environment such as Eclipse. (It even seems to give us access to RMI, which Android does not support.)
Is this correct, are there any other differences you need to know about?
source
share