Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added warning on Google Play Services

These instructions are for using Appoxee SDK with Adobe Air applications.

The ANE was created on FB 4.7 using Air Compiler 19.

The code samples are in ActionScript under an ActionScript Mobile Project. 


The ANE file contains :

A. The Appoxee SDK jar file

B. The Appoxee SDK resources CANE jar file

C. The Appoxee SDK resources 

D. 3rd Party libraries :

  1. android-support-v4
  2. android-support-v7-appcompat
  3. FlashRuntimeExtensions
  4. ormlite-core-4.48
  5. ormlite-android-4.48
  6. commons-cli-1.1
  7. commons-codec-1.4
  8. commons-io-1.2

Warning
titleGoogle Play Services and Adobe Air

Be advised :

The ANE file does not contain Google Play Services. Google Play Services needs to be added to your project in 1 of 2 ways :

  1. To be included in your own ANE (if such exists)
  2. To download an ANE that already contains it. for example : https://github.com/myflashlab/common-dependencies-ANE

 

 

Integration Instructions : 

...