Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Entire page

...

  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 project , rename it for convenience and click Finish.
    Image Removed
    Image Added Image Removed
    Image Added

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

Note

Make sure that the file 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).

...