Using android-maps-utils with ADT

后端 未结 1 1890
攒了一身酷
攒了一身酷 2021-01-21 13:54

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

相关标签:
1条回答
  • 2021-01-21 14:53

    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.
    0 讨论(0)
提交回复
热议问题