Merge pull request #350 from lioncash/master

[Android] Update the build instruction file for Android
This commit is contained in:
Squarepusher 2013-10-19 20:07:14 -07:00
commit c35f23e50d

View File

@ -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.
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.