diff --git a/android/phoenix/docs/Building in Eclipse.txt b/android/phoenix/docs/Building in Eclipse.md similarity index 61% rename from android/phoenix/docs/Building in Eclipse.txt rename to android/phoenix/docs/Building in Eclipse.md index b2fa7d834c..33932d04eb 100644 --- a/android/phoenix/docs/Building in Eclipse.txt +++ b/android/phoenix/docs/Building in Eclipse.md @@ -1,4 +1,4 @@ -# How to import the project: +## How to import the project: 1 - Open Eclipse, do: File->Import->Existing Projects Into Workspace. @@ -10,4 +10,11 @@ 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 + 6 - You should now be able to build it normally like any application. + + + +## Where do I place the built cores? + +Simply place all built cores (and the libretro activity) within the directory [phoenix root]/libs/armeabi. +After placing your cores there, building the front-end, and sending it off to your Android device, they should show up within the core selection screen of the front-end. \ No newline at end of file