I was following this question but it doesn't answer my question completely.
What is real advantage of apklib from jar?
Possible answers:
- It contains resources
But I can easily put resources to jar file as well
- It contains already prepared android classes
But if I open apklib
I don't see dex
or something other related to android. Even more I see plain sources inside.
So what is real purpose to keep/distribute library in apklib
format?