Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to support AARs in Eclipse?

In the new Gradle build system, we can package Android projects in very convenient .AAR format.

Unfortunately the ADT Eclipse plugin, v22 , does not support this file format. Please can it do so.

like image 567
Cool Avatar asked Oct 31 '22 23:10

Cool


1 Answers

I am currently renaming .aar file as .zip and then extracting it. After that I rename the classes.jar to jar file name I want. A bit tedious but this is how I am currently using .aars file in eclipse.

like image 92
Pranjal Sahu Avatar answered Nov 07 '22 20:11

Pranjal Sahu