opensciencemap / vtm

a vector-tile map library written in java - running on android, desktop and within the browser
GNU Lesser General Public License v3.0
238 stars 176 forks source link

Building APK via gradle #117

Closed karussell closed 10 years ago

karussell commented 10 years ago

I can easily start the Android example from gradle, which is really nice. Is there a gradle task which performs the creation of an apk for me too?

hjanetzek commented 10 years ago

see ../gradlew tasks in vtm-android-example, should be 'assemble' which builds the apk. running with --info is helpful to see where gradle puts the final apk or jar btw

karussell commented 10 years ago

Thanks! Was exactly as you described and it was under 'build/outputs/apk/'