Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>After Importing from this <a href="http://docs.opencv.org/doc/tutorials/introduction/android_binary_package/O4A_SDK.html" rel="nofollow">OpenCV for android</a> and download <a href="http://developer.android.com/sdk/index.html" rel="nofollow">ADT Bundle</a></p> <p><strong>Instead of this :</strong></p> <pre><code> Warning : After the initial import, on a non-Windows (Linux and Mac OS) operating system Eclipse will still show build errors for applications with native C++ code. To resolve the issues, please do the following: Open Project Properties -&gt; C/C++ Build, and replace “Build command” text to "${NDKROOT}/ndk-build" (remove .cmd at the end). </code></pre> <p><strong>try following steps:</strong></p> <p>Download the ndk build <a href="http://developer.android.com/tools/sdk/ndk/index.html" rel="nofollow">Android NDK</a></p> <p><strong>Specify the NDK location:</strong></p> <p>Windows >>> preferences >> Android >> NDK >> Set the location of the NDK (which u have downloaded from the above link)</p> <p><strong>Get location of the project :</strong></p> <p>Right Click on the project >>> properties >> resource >> location </p> <p>Eg : Location : D:\OpenCV-2.4.6-android-sdk-r2\OpenCV-2.4.6-android-sdk\samples\15-puzzle</p> <p><strong>Build the project using cmd:</strong></p> <p>D:\OpenCV-2.4.6-android-sdk-r2\OpenCV-2.4.6-android-sdk\samples\15-puzzle>D:\android-ndk-r9\ndk-build</p> <p>D:\android-ndk-r9\ndk-build(Your NDK path)</p> <p>Note: Make sure u have included the library project and installed OpenCV Manager </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload