Can I Import Android Map Extensions in Eclipse

210 Views Asked by At

Android Map Extensions Library had been containing the gradle for references, There is no bin to add it directly as library in Eclipse, I try to paste those files into the same package name in Eclipse but it does not work and gave many errors.

Is there any way i can Import Android Map Extensions in Eclipse.

1

There are 1 best solutions below

8
On

If you want to use the play-services library you can locate it inside your sdk directory as shown in the figure below

enter image description here

Go to your sdk -> extras -> google -> m2repository -> to play-services -> go inside the version you'd like to use, you'll find an .aar file, copy that and rename the extension to .jar

If you'd like to add other repos you could browse through maven or jcenter (depending on where the project is uploaded) download the .aar file and repeat the same process.

If you were looking for the android map utils, here the link.