Converting AAR to JAR in Android -


i have designed android project in eclipse,but need library file aar format.i have tried convert aar jar following below provided steps

extract aar file using standard zip extract find classes.jar file in extracted files rename liking , use wanted jar file in project 

but not working out.is there other way conversion or there way add aar file library project eclipse adt

is there way add aar file library project eclipse adt

no, except perhaps if switch using maven eclipse builds.

is there other way conversion

you have try convert aar more-or-less regular android library project. this stack overflow answer provides recipe, , this blog post of mine provides more information on process.

however, using eclipse adt plugin no longer idea, official support end end of year.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -