From 2f74173154bb85bacc569ddfa26fcbf485201efa Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 11 Oct 2013 19:19:28 -0400 Subject: [PATCH] [Android] Add a doc on how to import the project into Eclipse. --- android/phoenix/docs/Building in Eclipse.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 android/phoenix/docs/Building in Eclipse.txt diff --git a/android/phoenix/docs/Building in Eclipse.txt b/android/phoenix/docs/Building in Eclipse.txt new file mode 100644 index 0000000000..b2fa7d834c --- /dev/null +++ b/android/phoenix/docs/Building in Eclipse.txt @@ -0,0 +1,13 @@ +# How to import the project: + + 1 - Open Eclipse, do: File->Import->Existing Projects Into Workspace. + + 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). + + 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. + + 6 - You should now be able to build it normally like any application. \ No newline at end of file