@ -370,6 +370,39 @@ We recommend the approach based on Eclipse :abbr:`CDT(C/C++ Development Tooling)
:alt:Configure CDT
:align:center
#. But if you open your C++ source file in Eclipse editor you'll see syntax errors marks. They are not real errors, but additional CDT configuring is required.
..image:: images/eclipse_cdt_cfg7.png
:alt:Configure CDT
:align:center
#. Open :guilabel:`Project Properties -> C/C++ General -> Paths and Symbols` and add the following **Include** paths for **C++**:
The last path should be changed to the correct absolute or relative path to OpenCV4Android SDK location.
This should eliminate those syntax errors marks in Eclipse C++ editor.
..image:: images/eclipse_cdt_cfg8.png
:alt:Configure CDT
:align:center
..note:: The latest Android NDK **r8b** has a bit different STL headers path. So if you use this NDK version please use the following modified include paths list:
In this section we will give you some easy-to-follow instructions on how to set up an emulator or hardware device for testing and debugging an Android project.