I am currently building a simple application for Android using the NDK and needs to get
the coordinates from the GPS. I’ve searched the web, but have come up empty handed. Is there some API or such for NDK-programs to access the GPS?
I am currently building a simple application for Android using the NDK and needs
Share
No, the NDK only supports a limited number of libraries. It is designed to be used for things that are really processor intensive, and thus would actually benefit from being written in a native language. From the docs, only supported areas: