-
Notifications
You must be signed in to change notification settings - Fork 2
Building from Eclipse
create-philipp-ullmann edited this page Aug 29, 2012
·
1 revision
- Import the project as
Existing Android Code Into Workspace
. - Create a
libs
folder at the root of the imported project. - Copy the following JAR files to the newly created
libs
folder: - Download ActionBarSherlock 4.1.0
- Import the
library
folder as an Android library project namedActionBarSherlock
- In the
FFC project
properties, add the created project under theLibraries
section of theAndroid
category
- Import the
If you see error markers try running the Project > Clean...
menu and/or restart
Eclipse.