Skip to content
This repository has been archived by the owner on Apr 21, 2019. It is now read-only.

kennytm/aar-to-eclipse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert AAR into Eclipse Android library project

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

About

Convert *.aar to Android library project for Eclipse ADT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages