Figure 10 shows that the main folder is included, and that the java folder is included recursively.
En la figura 9 se muestra que se incluye la carpeta principal, y que la carpeta java se incluye de forma recursiva.
You should put your Java source files in this package rather than at the root of the java folder.
Debes poner tus archivos de código Java en estos paquetes en lugar de ponerlos en la raíz de la carpeta java.
If you instead select the green highlighted MainActivity.java file and click Exclude, MainActivity.java is no longer green highlighted but everything else under the java folder is green highlighted.
Si seleccionas el archivo MainActivity.java destacado en verde y haces clic en Exclude, MainActivity.java deja de destacarse en verde, pero todo lo demás dentro de la carpeta java continúa destacado con este color.
In the wizard that appears, scroll down to the Java folder and expand it.
En el asistente que aparece, desplázate hacia abajo a la carpeta Java y amplíalo.
If you select the java folder and click Exclude Recursively, the green highlighting goes away on the java folder and all folders and files under it.
Si seleccionas la carpeta java y haces clic en Exclude Recursively, el resalte en verde desaparece de la carpeta java, y de todas las carpetas y archivos abarcados.
finally, we take the face detection example from opencv documentation, correct it (because it is for OpenCV version 2.4.4) and store it in a file called helloOpenCV.java inside src->main->java folder.
Finalmente, tomamos el ejemplo de detección de caras de opencv documentation, lo corregimos (dado que es para la versión 2.4.4 de OpenCV) y lo guardamos en un fichero llamado helloOpenCV.java dentro de la carpeta src->main->java.
Once in the java folder, you need to select the most recently downloaded Runtime Environment.
Una vez en la carpeta de java, necesitas seleccionar el Runtime Environment que hayas descargado más recientemente.
To run the example from the command line, open a command prompt window, go to the Java folder of the API Examples folder (see above for location), and then type
Para ejecutar el ejemplo desde la línea de comandos, abra la ventana del símbolo del sistema, vaya a la carpeta de Java de los ejemplos de la API (encontrará más arriba la ubicación) y teclee
Right-click the src directory and select New > Folder > Java Folder.
Haz clic con el botón derecho en el directorio src y selecciona Nuevo > Carpeta > Carpeta de Java.
Open the Project pane and select the Project view from the drop-down menu at the top of the pane. Navigate to MyProject/app/src/. Right-click the src directory and select New > Folder > Java Folder.
Abre el subpanel Project y selecciona la vista Project en el menú Haz clic con el botón secundario en el directorio src y selecciona New > Folder > Java Folder.
To add a local unit test, expand the test folder and the nested java folder; to add an instrumented test, expand the androidTest folder and the nested java folder.
Para agregar una prueba de unidad local, expande la carpeta test y la carpeta anidada java; para agregar una prueba instrumentada, expande la carpeta androidTest y la carpeta anidada java.