Update Building in Eclipse.md

This commit is contained in:
Squarepusher 2013-10-23 10:42:24 +02:00
parent f7849b5c1b
commit 3bae1122de

View File

@ -34,3 +34,8 @@
Simply place all built cores (and the libretro activity) within the directory [phoenix root]/libs/armeabi-v7a.
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.
## Notes
1. If youre running into an issue where adding an existing Android project results in “Invalid project description”, please select a workspace location that doesnt contain the Android projects.
2. If Eclipse still complains about missing appcompat, right-click on RetroArch->Properties->Android->Library->Add “android-support-v7-appcompat”, and then remove the old appcompat reference.