From e225bc087f4fb4fa1a26d3157d3bd8960a442930 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 19 Oct 2013 23:10:41 -0400 Subject: [PATCH] [Android] Fix the markdown syntax for the numeric list in the build instructions. Also minor text change. --- android/phoenix/docs/Building in Eclipse.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/android/phoenix/docs/Building in Eclipse.md b/android/phoenix/docs/Building in Eclipse.md index 33932d04eb..f3e3d421a8 100644 --- a/android/phoenix/docs/Building in Eclipse.md +++ b/android/phoenix/docs/Building in Eclipse.md @@ -1,16 +1,16 @@ ## How to import the project: - 1 - Open Eclipse, do: File->Import->Existing Projects Into Workspace. + 1. - Open Eclipse, do: File->Import->Existing Projects Into Workspace. - 2 - Choose select root directory, and also check "Search for nested projects" + 2. - Choose "Select root directory", and also check "Search for nested projects" - 3 - Browse to the location of the folder named "phoenix" in the RetroArch repository and select it as the root dir. (as of writing, it is /android/phoenix). + 3. - Browse to the location of the folder named "phoenix" in the RetroArch repository and select it as the root dir. (as of writing, it is /android/phoenix). - 4 - You should see two projects have been found, "RetroArch" and "android-support-v7-appcompat". Import both of these. + 4. - You should see two projects have been found, "RetroArch" and "android-support-v7-appcompat". Import both of these. - 5 - Let Eclipse finish building the workspace, or whatever. + 5. - Let Eclipse finish building the workspace, or whatever. - 6 - You should now be able to build it normally like any application. + 6. - You should now be able to build it normally like any application.