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:
install NDK
go to jni subdirectory and run ndk-build
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.
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:
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