2

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?

xingjiu
  • 389
  • 3
  • 6

1 Answers1

1

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.

xingjiu
  • 389
  • 3
  • 6