I have designed a android project in Eclipse,But its need a library file which is AAR format.I have tried to convert AAR to JAR by following below provided steps
Extract the AAR file using standard zip extract
Find the classes.jar file in the extracted files
Rename it to your liking and use the wanted jar file in your project
But its not working out.is there any other way to do this conversion OR is there any way to add aar file as library project to Eclipse ADT