Map API

Nutiteq Maps Lib SDK enables developing advanced mobile mapping applications.
Platforms: Android, RIM BlackBerry, Java ME (J2ME)
Download maps API SDK »
Untitled Document

Products

» View demos
» Downloads

Latest news

Last at Tue, 3 Apr 2012 23:31:42
Topic: MapXT SDK evaluation
See more news »

org.proj4.Proj4 missing in libraries of samples

1 reply [Last post]
soha_yassin
User offline. Last seen 34 weeks 2 days ago. Offline
Joined: 09/12/2011

i wanted to run the samples project found here on the website for android
and i get this error org.proj4.Proj4 missing library
where can i find it?

Thank you

jaak
User offline. Last seen 15 hours 29 min ago. Offline
Joined: 06/19/2008

It is included in jni subdirectory. There are some instructions in https://bitbucket.org/nutiteq/android-map-samples/src/0a650477cf76/jni/README.txt file. Basically you need following before starting app:

  1. install NDK
  2. go to jni subdirectory and run ndk-build
  3. copy libepsg.so to libs/armeabi (note that this directory is purged with build)

Also check if the project build path includes jni/proj-4.6.1/jniwrap directory, this is where org.proj4 java wrapper package is.

If this does not help, please copypaste exact stacktrace.

/JaakL