Skip to content
Tua Rua edited this page Oct 31, 2020 · 2 revisions

Prerequisites

You will need

The ANE + Dependencies

Change directory into the example-desktop-complete folder eg

cd /MyMac/dev/AIR/WebViewANE/example-desktop-complete

Run the "air-tools" command (You will need AIR-Tools installed)

air-tools install

NEW This tool now:

  1. Downloads the WebViewANE and dependencies.
  2. Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json

FreSwift.ane contains required Swift libraries. Although it contains no callable functions we must declare it before all other ANEs.

private var freSwiftANE:FreSwift = new FreSwift();
Clone this wiki locally