diff --git a/doc/tutorials/introduction/android_binary_package/android_binary_package.rst b/doc/tutorials/introduction/android_binary_package/android_binary_package.rst index 4005baa32a..72639b3a66 100644 --- a/doc/tutorials/introduction/android_binary_package/android_binary_package.rst +++ b/doc/tutorials/introduction/android_binary_package/android_binary_package.rst @@ -250,6 +250,8 @@ Open OpenCV library and samples in Eclipse However **all these errors are only false-alarms**! To help Eclipse to understand that there are no any errors choose OpenCV library in :guilabel:`Package Explorer` (left mouse click) and press :kbd:`F5` button on your keyboard. Then choose any sample (except first samples in *Tutorial Base* and *Tutorial Advanced*) and also press :kbd:`F5`. + + In some cases these errors disappear after :menuselection:`Project --> Clean... --> Clean all --> OK`. Sometimes more advanced manipulations are needed: @@ -259,12 +261,6 @@ Open OpenCV library and samples in Eclipse :alt: Updating target :align: center - * Sometimes a project needs fixing its project properties. After right click on any project select :guilabel:`Android Tools` and then :guilabel:`Fix Project Properties` in sub-menu: - - .. image:: images/eclipse_8b_fix_props.png - :alt: Fixing project properties - :align: center - After this manipulation Eclipse will rebuild your workspace and error icons will disappear one after another: .. image:: images/eclipse_9_errors_dissapearing.png diff --git a/doc/tutorials/introduction/android_binary_package/images/android_package_7zip.png b/doc/tutorials/introduction/android_binary_package/images/android_package_7zip.png index 17221f1ec6..3bd6aa3457 100644 Binary files a/doc/tutorials/introduction/android_binary_package/images/android_package_7zip.png and b/doc/tutorials/introduction/android_binary_package/images/android_package_7zip.png differ diff --git a/doc/tutorials/introduction/android_binary_package/images/eclipse_10_crystal_clean.png b/doc/tutorials/introduction/android_binary_package/images/eclipse_10_crystal_clean.png index 132801a2db..18e14d1c0f 100644 Binary files a/doc/tutorials/introduction/android_binary_package/images/eclipse_10_crystal_clean.png and b/doc/tutorials/introduction/android_binary_package/images/eclipse_10_crystal_clean.png differ diff --git a/doc/tutorials/introduction/android_binary_package/images/eclipse_7_select_projects.png b/doc/tutorials/introduction/android_binary_package/images/eclipse_7_select_projects.png index ae679acd58..36b8b52943 100644 Binary files a/doc/tutorials/introduction/android_binary_package/images/eclipse_7_select_projects.png and b/doc/tutorials/introduction/android_binary_package/images/eclipse_7_select_projects.png differ diff --git a/doc/tutorials/introduction/android_binary_package/images/eclipse_8_false_alarm.png b/doc/tutorials/introduction/android_binary_package/images/eclipse_8_false_alarm.png index 4ac1475112..43295daf8b 100644 Binary files a/doc/tutorials/introduction/android_binary_package/images/eclipse_8_false_alarm.png and b/doc/tutorials/introduction/android_binary_package/images/eclipse_8_false_alarm.png differ diff --git a/doc/tutorials/introduction/android_binary_package/images/eclipse_8a_target.png b/doc/tutorials/introduction/android_binary_package/images/eclipse_8a_target.png index 8b0be946f5..cee04cdfde 100644 Binary files a/doc/tutorials/introduction/android_binary_package/images/eclipse_8a_target.png and b/doc/tutorials/introduction/android_binary_package/images/eclipse_8a_target.png differ diff --git a/doc/tutorials/introduction/android_binary_package/images/eclipse_9_errors_dissapearing.png b/doc/tutorials/introduction/android_binary_package/images/eclipse_9_errors_dissapearing.png index bb735eae86..5a9157237b 100644 Binary files a/doc/tutorials/introduction/android_binary_package/images/eclipse_9_errors_dissapearing.png and b/doc/tutorials/introduction/android_binary_package/images/eclipse_9_errors_dissapearing.png differ