...
After downloading the Appoxee Android SDK from the Android SDK Downloads for Appoxee Standalone page, extract the SDK to the designated Eclipse folder.
Note Using the Appoxee SDK for Android requires an Eclipse installation with Android SDK Tools Revision 20 or higher.
- Choose your Eclipse workspace.
- Create a new Eclipse folder from an existing project.
- From the menu, choose File > New > Other.
- In the new project wizard, select Android and then select the Android Project From Existing Code option.
- Choose the Appoxee project , rename it for convenience and click Finish.
- To make the Appoxee SDK a library project compatible with Google Play Services, right-click on the project's Properties , change the API Level to the latest installed and checkbox isLibrary. Then click Finish.
Include the Appoxee project as a dependency of your Eclipse project:
In the Android menu, click the Add button and choose the Appoxee resources project.
...
The Appoxee SDK are now included in your Eclipse project.Your next
step is Integration: Adding Appoxee to your Android Application Code.