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

'vtm-jni' library missing #80

Open kv-ttet opened 10 years ago

kv-ttet commented 10 years ago

Hello, I'm interested to use your opensciencemap library.

I have one problem, when I imported your library. org.oscim.android.Mapview.java asked for 'vtm-jni'

static { System.loadLibrary("vtm-jni"); }

Where can I find it? How to set it?

Thank you

hjanetzek commented 10 years ago

The prebuild jni libs are in vtm-ext-libs, which will be checked out automatically when using 'git clone --recursive'. run 'git submodule init && git submodule' in vtm directory to fetch them afterwards

kv-ttet commented 10 years ago

Thank you very much :)