This is a standalone Python script which convert an *.aar
file to an Android library project that Eclipse is able to import. This allows existing projects still using Eclipse ADT to reference new libraries distributed in *.aar
without much trouble.
Note that
- Manifest merging is not enabled automatically on Eclipse.
- Custom lints (
lint.jar
) are not yet supported