简体   繁体   English

我可以在Eclipse中导入Android Map Extensions

[英]Can I Import Android Map Extensions in Eclipse

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. Android Map Extensions Library一直包含用于参考的gradle,没有bin可以将其直接添加为Eclipse中的库,我尝试将这些文件粘贴到Eclipse中相同的包名称中,但是它无法正常工作并给出很多错误。

Is there any way i can Import Android Map Extensions in Eclipse. 有什么办法可以在Eclipse中导入Android Map Extensions。

If you want to use the play-services library you can locate it inside your sdk directory as shown in the figure below 如果要使用play-services库,可以在sdk目录中找到它,如下图所示

在此处输入图片说明

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 转到sdk->附加功能-> google-> m2repository->播放服务->进入您要使用的版本,您将找到一个.aar文件,将其复制并将扩展名重命名为.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. 如果要添加其他存储库,则可以浏览mavenjcenter (取决于项目上传的位置),下载.aar文件并重复相同的过程。

If you were looking for the android map utils, here the link . 如果您正在寻找android map utils,请点击此处的链接

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM