Errata

Developing Android Applications with Flex 4.5

Errata for Developing Android Applications with Flex 4.5

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
Printed Page 40
In script block after "import mx.events.FlexEvent;"

Typo of not importing a necessary class from the flash library declared, of type flash.media.CameraUI using "import flash.media.CameraUI;" for private variable named "camera" as shown below.

<fx:Script>
<![CDATA[
import mx.events.FlexEvent;

import flash.media.CameraUI; // Added

private var camera:CameraUI;

John Barnaby  Jun 29, 2011 
Printed Page 40
2nd paragraph line 8 in code

I just wanted to add to the previously unconfirmed errata that this is not just a typo but a serious technical mistake. The functionality of the entire program breaks without this line of code added on line 8.

import flash.media.CameraUI;

The camera will still operate, but neither the debug or release builds will display the picture taken in the image control once the usb is disconnected.

Kevin Remisoski  Aug 07, 2011