-
```
What steps will reproduce the problem?
1. Downloaded source
2. Downloaded GEOS and PROJ, extracted into the JNI folder and performed
configuration (that went ok for both)
3. back in the JNI folde…
-
```
What steps will reproduce the problem?
On in a spatialite enabled database:
CREATE TABLE SampleValue (
UUID integer NOT NULL,
ValueTimestamp DATETIME DEFAULT CURRENT_TI…
-
```
follow these steps:
------------------------------
git clone https://code.google.com/p/spatialite-android/
In the JNI directory download, unpack, and configure GEOS and PROJ.4
cd spatialite-andro…
-
```
Is:
$ cd spatialite-android/spatialite-android/jni/
Should be:
$ cd spatialite-android/spatialite-android-library/jni/
And I don't know whether part regarding tests changed lately or not.
```
Or…
-
```
What steps will reproduce the problem?
On in a spatialite enabled database:
CREATE TABLE SampleValue (
UUID integer NOT NULL,
ValueTimestamp DATETIME DEFAULT CURRENT_TI…
-
```
What steps will reproduce the problem?
1. Downloaded source
2. Downloaded GEOS and PROJ, extracted into the JNI folder and performed
configuration (that went ok for both)
3. back in the JNI folde…
-
```
What steps will reproduce the problem?
I have posted the issue on stack overflow. Link below.
What is the expected output? What do you see instead?
Full compile of libraries
What version of the …
-
```
follow these steps:
------------------------------
git clone https://code.google.com/p/spatialite-android/
In the JNI directory download, unpack, and configure GEOS and PROJ.4
cd spatialite-andro…
-
```
What steps will reproduce the problem?
I have posted the issue on stack overflow. Link below.
What is the expected output? What do you see instead?
Full compile of libraries
What version of the …
-
```
I've just compiled the project successfully with geos 3.3.4 and ndk-r8 on a mac
I removed the line spaces in AndroidManifest.xml (encodingproblem?; invalid
package) and made the following change…