Eclipse - Method NewStringUTF() could not be resolved

前端 未结 4 2008
萌比男神i
萌比男神i 2020-12-16 02:57

I am working on a simple OpenCV code to display an image after undergoing sobel operation. I have included all the necessary paths to the Project Properties for including th

4条回答
  •  我在风中等你
    2020-12-16 03:14

    • Step 1: Project Properties -> C/C++ General -> Path and Symbols

    • Step 2: Select 'include' tab, Add -> $ANDROID_NDK_HOME/platforms/android-19/arch-arm/usr/include(Your own path) then, Check 'All languages'

    • Step 3: Apply -> OK

    That's it. My solution.

提交回复
热议问题