I\'m trying to port some OpenGL ES code from windows to Android using the Android NDK. I\'m using Visual Studio 2017 and C++. What I did so far, I created a cross platform g
I have not found a fix to the questions, but creating a project from the native android template allows you to use cmath without error, but you do need to add m; in linker input.