[Android] Update the build instruction file for Android on where to place built cores.
This commit is contained in:
parent
d63ac7e7e2
commit
6273928755
|
@ -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.
|
Loading…
Reference in New Issue