stl - Can't include C++ headers like vector in Android NDK - Stack Overflow
Thank you thank you!! You finally solved my problem. Turns out I had my Application.mk in the wrong place! I had it in the project folder but not in the JNI folder (I'm not sure why but since I started android development I always thought it went there).
stackoverflow.com |