Commit 2b7d65d0 authored by Kirill Kornyakov's avatar Kirill Kornyakov Committed by marina.kolpakova

Updated OpenCV4Android SDK tutorial

parent 61ed5917
...@@ -210,6 +210,10 @@ You need the following software to be installed in order to develop for Android ...@@ -210,6 +210,10 @@ You need the following software to be installed in order to develop for Android
#. **CDT plugin for Eclipse** #. **CDT plugin for Eclipse**
There are several possible ways to integrate compilation of C++ code by Android NDK into Eclipse
compilation process. We recommend the approach based on Eclipse
:abbr:`CDT(C/C++ Development Tooling)` Builder.
.. note:: If you're using the latest ADT plugin for Eclipse (version 20 and above), most likely .. note:: If you're using the latest ADT plugin for Eclipse (version 20 and above), most likely
that you already have the CDT plugin. If it is so, just skip this section. that you already have the CDT plugin. If it is so, just skip this section.
...@@ -220,18 +224,6 @@ You need the following software to be installed in order to develop for Android ...@@ -220,18 +224,6 @@ You need the following software to be installed in order to develop for Android
:alt: Eclipse About :alt: Eclipse About
:align: center :align: center
There are several possible ways to integrate compilation of C++ code by Android NDK into Eclipse
compilation process.
We recommend the approach based on Eclipse :abbr:`CDT(C/C++ Development Tooling)` Builder.
.. important:: Make sure your Eclipse IDE has the :abbr:`CDT(C/C++ Development Tooling)` plugin
installed. Menu :guilabel:`Help -> About Eclipse SDK` and push
:guilabel:`Installation Details` button.
.. image:: images/eclipse_inst_details.png
:alt: Configure builders
:align: center
To install the `CDT plugin <http://eclipse.org/cdt/>`_ use menu To install the `CDT plugin <http://eclipse.org/cdt/>`_ use menu
:guilabel:`Help -> Install New Software...`, then paste the CDT 8.0 repository URL :guilabel:`Help -> Install New Software...`, then paste the CDT 8.0 repository URL
http://download.eclipse.org/tools/cdt/releases/indigo as shown in the picture below and click http://download.eclipse.org/tools/cdt/releases/indigo as shown in the picture below and click
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment