AIR Native Extension Tutorials

Tutorials for using AIR Native Extensions in your Adobe AIR applications

AIR native extensions are available here

This content is deprecated. See the latest version of this site as part of the main documentation site

This content is deprecated. See the latest version of this tutorial here

Device Debugging

Android

In order to debug an application on an Android device you need to enable “Developer Mode” and then enable USB debugging.

Enabling developer mode opens up an additional settings menu that allows you to enable different development options.

To enable “Developer mode”:

To enable USB debuging:

You will now be able to connect a usb cable to your device and use the adb tool to install applications (APKs) and access the device logs.