Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.

Results 352 Adobe-Runtime-Support issues
Sort by recently updated
recently updated
newest added

use the AIR 51.0.1.2 ( 31-May-2024 ) for package apk file.The following error has occurred. [java] NOTE: Multiple Android build-tools folders exist, choosing the latest version (30.0.3) for packaging [java]...

Bug

I don't understand why, but when I build my project with the SDK 51.0.1, with Starling I get a full black screen on my mac. (No issue with the same...

Bug

`A in B` will call `A.toString()`, is not the expected behavior. ```as var dictionary:Dictionary = new Dictionary(true); var item:Object = {"toString":{}}; trace(item); // TypeError: Error #1006: value is not a...

Bug

I'm implementing [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) and [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) to AS3. Actually I've done it, but I had to rename the get/set/delete methods because they're reserved names. Is it possible for ASC to allow...

Feature

## Problem Description `EncryptedLocalStore.setItem()` cause application crash using AIR 51.0.1.2 if ELS file corrupted. May be the same crash occurred if ELS file locked for some reason. Reproduced with latest...

Bug

## Feature Description With AIR 51 `NetStream.play()` now support `IDataInput` to pass MP4 H.264 video bytes to playback. But it works for now only for whole video files. AIR also...

Feature

Hi, When I run mobile application in emulator, it fails with message: "error: out of memory". ## Problem Description Describe your problem in detail. Include the following information: * Which...

Bug

If possible will be amazing to compile to android AAR instead of APK directly, with this will be possible to create my own android application with anything i like and...

Feature

Before reporting this issue: - you should consider whether this would be a question better suited to discussions above ^^ ; - make sure you have searched for similar issues...

Bug