Android ndk-build iostream: No such file or directory

I think "APP_STL:=stlport_static" must be in Application.mk file.
Create a "Application.mk" file and write "APP_STL:=stlport_static" in it.

Comments

Popular posts from this blog

How to draw an overlay on a SurfaceView used by Camera on Android?

Android TCP Connection Chat application

Create EditText with dropdown in android