Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. After downloading the Appoxee Android SDK from the Android SDK Downloads 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.

  2. Choose your Eclipse workspace.
  3. Create a new Eclipse folder from an existing project.
  4. From the menu, choose File > New > Other.
    Image Removed
    Image Added

  5. In the new project wizard, select Android and then select the Android Project From Existing Code option.
    Image Removed
    Image Added

  6. Choose the Appoxee resources project , rename it for convenience and click Finish.
    Image Removed
    Image Added Image Added

  7. To include make the Appoxee resources in your project, choose your project and click Properties.
    Image RemovedSDK 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.

    Image AddedImage AddedImage Added

  8. 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.
    Image Removed
    Image Added

Note

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 appcompat_v7 is inside your eclipse work tree, otherwise import it.
Make sure that the file Google Play Services is inside your eclipse work tree, otherwise import it (Do not import it directly , but from a copy of the folder).

The Appoxee SDK resources are now included in your Eclipse project.

...

titleNote

...

Eclipse

...

project

...

.

...

 

 

Your next step is Integration: Adding Appoxee to your Android Application Code.