Reputation: 389
Almost no one had successful import a Apklib(aar) refenerence in ADT. Here is a issues, but no answer. In issues, this is a solution works but ugly.
Being a fan of ADT, i do not wanna use Android Studio. is there some way to use Apklib(aar) in eclipse?
Upvotes: 2
Views: 452
Reputation: 389
tried for sevearl weeks, i turned to idea with gradle. as far as i kown, apklib is supported, while aar is not full supported. Here is one way to use AAR.
just unpackage the aar into a folder, then import into eclipse as a library project. do not forget to add the classes.jar into build path. then add a library project dependency to you own project.
it works.
Upvotes: 1