Versions Compared

Key

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

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

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

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

...

  • Appoxee SDK Version used by this plugin is 2.6.1.

Prerequisites

  • Having an Appoxee Application setup properly with everything that is needed for creating an Android Application,

...

The ANE file contains :A. The Package Content

  • Appoxee SDK

...

  • Jar file

...

  • Appoxee ANE jar

...

  • File

...

  • Appoxee SDK

...

  • Resources

...

  • 3rd Party

...

  • Libraries : 
    • android-support-v4
    • android-support-v7-appcompat

...

    • FlashRuntimeExtenstions
    • ormlite-core-4.48
    • ormlite-android-4.48

 

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

 

...