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.
If you want to use the
play-services
library you can locate it inside your sdk directory as shown in the figure belowGo 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.