Are you trying to build a binary that runs under Windows, or under Android?
If Windows, you can download the binary from www.sqlite.org. If under Android, you can probably make do with the source from that same website (download the amalgamation package) and build using the NDK compiler. The version won't be identical but for utility client access, that won't be an issue. On Jul 19, 6:19 pm, joec185 <[email protected]> wrote: > I am trying to build SQLite on my windows machine. I was able to > build the ndk samples previously. I executed the command > > make -f Android.mk > > from within the bourne shell of cygwin and get the following error > > make: *** No targets. Stop. > > I picked up the source from > > http://android.git.kernel.org/?p=platform/external/sqlite.git;a=summary > > There appears to be two Android.mk files. One in the Android > directory and the other in the dist directory. I tried both with the > same result. > > I could not find any instructions on how to build. Hopefully I don't > have to download the entire platform to build this one piece. -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
