解决方案 »

  1.   

    感觉就是 C++ 环境的错误了。D:\android-ndk-r8\ndk-build.cmd all 
    "Compile++ mips  : print <= print.cppIn file included from C:/Users/Andy/Desktop/CS2Controller//jni/headers/functions.hpp:2,
                     from C:/Users/Andy/Desktop/CS2Controller//jni/headers/print.hpp:6,
                     from C:/Users/Andy/Desktop/CS2Controller//jni/print.cpp:1:
    C:/Users/Andy/Desktop/CS2Controller//jni/sources/common.cpp: In function 'bool func::IsFileExists(const std::string&)':@yu8fei
      

  2.   

    你ndk配置完成后,ndk-build能执行么
      

  3.   

    如果说是jni中的c文件或者c++文件出错,eclipse中貌似是没有提示的,不像java有语法错误会直接提示