I was going through the following link and there are two statements mentioned over there.
1. You need SDK Tools r14 or newer to use the new library project feature that generates each library project into its own JAR file
2. You cannot export a library project to a JAR file A library cannot be distributed as a binary file (such as a JAR file). This will be added in a future version of the SDK Tools.
I have got confused after reading these two statements. Aren't these two statements talking about same thing and is conflicting each other?
If no, please help me understand what is the difference between the two.