As part of the Appoxee Android SDK integration process, you are required to extract the SDK to Eclipse.
Take the following steps:
After downloading the Appoxee Android SDK from the Android SDK Downloads page, extract the SDK to the designated Eclipse folder.
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 resources project and click Finish.
- To include the Appoxee resources in your project, choose your project and click Properties.
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.
Make sure that the file android-support-v4.jar is used only once inside your project.
If you have a duplication error, remove the duplication from Appoxee Resources libs.
The Appoxee SDK resources are now included in your Eclipse project.
Note
When exporting from Eclipse to Android Studio, make sure that you remove the dependency to "Appoxee SDK" project in "Appoxee Resources" project. This will allow the build.gradle file to be built without errors.
Your next step is Integration: Adding Appoxee to your Android Application Code.