Questions tagged [ane]

Adobe AIR Native Extensions contain native code wrapped with an ActionScript API.

Native Extensions for Adobe AIR are code libraries that contain native code wrapped with an ActionScript API. This allows access to device-specific features not available in the built-in ActionScript classes

Official page: http://www.adobe.com/devnet/air/native-extensions-for-air.html

155 questions
2
votes
1 answer

Context dispatchStatusEventAsync throwing IllegalArgumentException

I am creating an ANE that interfaces with an Android SDK for proprietary Bluetooth LE devices. The SDK has been tested on a pure-Android project and is working fine. I am using FREContext.dispatchStatusEventAsync to return information about each…
SirCapsLock
  • 175
  • 9
1
vote
0 answers

ANE-NativeWebView - How do I set up the encoding?

I can't get the Cyrillic alphabet to display correctly in any way enter image description here tell me what to do? I tried to specify parameters in the html itself - but it didn't help. ( ааа 123 )
1
vote
1 answer

Why is Android Studio / Eclipse necessary to build an ANE?

I have used the following process to create a Java-based ANE for Android. Compile the java files along with their dependencies for Android platform. Create the .jar file with the Java SDK. Create the .swc file. Package the ANE using ADT. When I…
Manish
  • 87
  • 7
1
vote
1 answer

Repackage APK with Adobe AIR

There is an Android game made in Flash that was packaged using Adobe AIR, but it no longer works for Android versions above 7. I was wondering if it is possible to repackage this game using HARMAN's Adobe AIR? I have downloaded HARMAN's Adobe AIR…
MangaD
  • 315
  • 4
  • 12
1
vote
1 answer

Java error from distriqt Adverts extension

I'm trying to get the distriqt Adverts extension to work in my AIR app. On every device that I try my app on, I get that Adverts.service.interstitials.isSupported returns false. On one device, I also get these Java errors, which is probably the…
YvonRozijn
  • 11
  • 1
1
vote
1 answer

Adobe AIR + Android Fileprovider FILE_PROVIDER_PATHS for File.applicationStorageDirectory

I am trying to get an update ANE (Adobe native extension) to work with my Adobe AIR application on Android and it looks like I can't get the correct FILE_PROVIDER_PATHS for the files. I download the file to the File.applicationStorageDirectory of…
Philarmon
  • 1,796
  • 1
  • 10
  • 14
1
vote
1 answer

Static notification in Android application [AS3]

A few days ago I've been looking for a solution to using a Push Notification, but I have not found ANE's functional for the problem. I'm finalizing an application in the ActionScript3 language, and I only found something related to Cloud Messaging,…
1
vote
1 answer

Call Recorder ANE (AirNativeExtension)

in my adobe air application, I want to call and record it, now this is my question, is there any ANE that recording phone calls?
1
vote
1 answer

Cannot see advertisement with admob ane

I followed https://github.com/lilili87222/admob-for-flash I am still unable to see advertisements with admob ane. Steps: 1.Init Admob ANE Add Admob ane to air project build path, and add the following code in the script file import…
paypaygame
  • 11
  • 1
1
vote
2 answers

Button click not working in iOS

I am building an ANE which will start a new View which contains a label and button. I was successful in adding view as bundle and view controller in my .a file. I am starting my view as a subview. And later when I click button, it should do some…
Ijas Ahamed N
  • 5,632
  • 5
  • 31
  • 53
1
vote
0 answers

Adobe Air Reflection through ANEs

So, I have an ANE (we call it Leader ANE) that I am accessing with reflection from another ANE (we call it Follower ANE) through Java. The idea is to have Leader ANE be able to function completely naturally without the need for Follower ANE, but if…
solidak
  • 5,033
  • 3
  • 31
  • 33
1
vote
0 answers

Is it possible to include raw assets into air native extension?

I know different ways to add raw assets (which are placed in assets folder, not res folder) to your AIR application (one for Flash Pro and Adobe Animate, second for Flash Builder and so on). But I'm interested, is there any way to include raw assets…
user3390963
  • 2,313
  • 1
  • 13
  • 12
1
vote
1 answer

ANE Packaging with IOS11

i have devloped an ANE that connects to a bluetooth printer in order to print ,this ane was working perfectly until IOS 11 has been publish now what i see in the log is that the printer connects but cant print i updated the xCode to support ios 11…
user1992910
  • 73
  • 3
  • 11
1
vote
2 answers

How to build AIR Native Extension for Windows with C#?

I recently developed native extensions for mobile projects on Adobe AIR (Android and iOS). I want to port these ANEs for desktop projects on Windows and OSX. The OSX part is not a problem because it uses the same mechanisms as for iOS. The problem…
1
vote
1 answer

Chromecast and ANE for AIR Android apps - Accessing android.os

I am trying to provide Chromecast support for an Android / AIR app. A previous thread in stack overflow ( Chromecast & Air for Android Apps (AS3) ) suggested that this could be supported by an ANE here (…
1
2
3
10 11