Using android-maps-utils with ADT

假如想象 提交于 2019-12-02 05:24:36

问题


I am trying to use this library [1] in an Android project with a fresh installation of ADT. I just don't know what to do. The library seems to use some VCS and something called gradle (a build tool so it seems).

Could someone please tell me what steps are neccessary to integrate that library into an own android project using a fresh install of ADT!

Thank you very much!

[1] https://github.com/googlemaps/android-maps-utils


回答1:


First of all, download it to your computer. If you don't use git, just press Download ZIP in the bottom right corner.

Then you have some options (from the easist):

  1. Copy res and src folders from the library folder directly to your project. This should be ok as long as you keep the license info.
  2. Copy some project.properties into library folder. Now the library project will be importable in Eclipse.
  3. Use Android Studio, which has support for Gradle.


来源:https://stackoverflow.com/questions/17796464/using-android-maps-utils-with-adt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!