Android ndk-build iostream: No such file or directory

后端 未结 5 1056
难免孤独
难免孤独 2020-12-05 22:40

I\'m having problem with compiling cpp file using ndk-build tool (windows 7 with cygwin) Error appears when I try to compile cpp file with #include:

jni/nati         


        
5条回答
  •  一个人的身影
    2020-12-05 23:24

    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.

提交回复
热议问题