> I have downloaded the link you mention but there is no libspatialite.so
> anywhere to be found.
>
> I did find libjsqlite.so and placed it in the libs directory.
>
> Nothing changed.
>
> I then tried Sebastian Krysmanski's Spatialite 4.0.0 which is based on your
> 3.0.1 work.
>
> It has both libraries (libspatialite.so and libsqlitex.so) which I placed in
> the libs directory, still no joy.
I apologize, something has changes since I wrote the tutorial or I am
gone completely crazy.
Anyways I downloaded the link and there are complete projects in there.
So the new way to do so is:
Assuming you unzipped the folder and have the following inside it:
COPYING
COPYING.LESSER
README.txt
spatialite-android
then you have to copy in your new project (or the one online on bitbucket):
1) the complete folder (exactly as it is):
spatialite-android/spatialite-android-library/libs/
it contains all the native libs already in the right structure
2) the folder: spatialite-android/spatialite-android-library/src/jsqlite/
inside the src folder of your new project.
Then you should really be good to go. Sorry for the confusion caused,
not sure what happened.
> I must be missing something in the way Eclipse works (I am new to it) so I
> will continue trying.
I think you are just missing the java packages that link to the
aforementioned native libraries.
That would be the "jsqlite" mentioned above.
Regards,
Andrea
> Oh yes, I am building for Android 4.2.2 on a Nexus 7.
>
> Regards,
> Jim
>
> On Friday, May 10, 2013 9:56:07 PM UTC-6, Jim wrote:
>>
>> I am using Eclipse with ADT on Windows 7 to build the spatialite-android
>> project that comes with the source for the Spatialite 4.0.0 for Android from
>> Sebastian Krysmanski.
>>
>> The only compile errors I have left are those involving jsqlite, e.g.,
>> "import jsqlite.Exception;"
>>
>> I just can't seem to find how to resolve these compile errors.
>>
>> Anyone have any idea?
>>
>> Regards,
>> Jim
>