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):
- 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.
- Copy some
project.properties
intolibrary
folder. Now the library project will be importable in Eclipse. - Use Android Studio, which has support for Gradle.
Post a Comment for "Using Android-maps-utils With Adt"