Skip to content Skip to sidebar Skip to footer

Using Android-maps-utils With Adt

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 gra

Solution 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.

Post a Comment for "Using Android-maps-utils With Adt"