android - Access GPS through NDK applications -
i building simple application android using ndk , needs coordinates gps. i've searched web, have come empty handed. there api or such ndk-programs access gps?
no, ndk supports limited number of libraries. designed used things processor intensive, , benefit being written in native language. docs, supported areas:
- libc (c library) headers
- libm (math library) headers
- jni interface headers
- libz (zlib compression) headers
- liblog (android logging) header
- opengl es 1.1 , opengl es 2.0 (3d graphics libraries) headers
- libjnigraphics (pixel buffer access) header (for android 2.2 , above)
- minimal set of headers c++ support
Comments
Post a Comment