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
0
votes
1 answer

adt error - "... is not part of a Mac OS X Native Extensions framework"

I'm trying to package some code up as an ANE, something we've done before in house. However we're currently stuck on an ADT error which I can't seem to wrap my head around. When running the following from a sh file, I'm getting an error. Shell…
Elliot Blackburn
  • 3,759
  • 1
  • 23
  • 42
0
votes
1 answer

Why do HM-10 peripheral characteristic FFE1 properties not include writeWithoutResponse when queried via distriqt BluetoothLE ANE?

I am developing with Apache Flex 4.15, Adobe AIR, distriqt BluetoothLE ANE, iPhone4S, Arduino and the HM-10 Bluetooth LE module. When I test the HM-10 with the LightBlue app, it shows the expected single service (uuid FFE0) with a single…
jgomes
  • 3
  • 4
0
votes
1 answer

Getting Error : Could not find method com.urbanairship.Autopilot.automaticTakeOff

I wanted to create an ane file using UrbanAirship latest sdk. I have added Autopilot metadata( ) in my app-xml under the application block and…
Randhir Kumar
  • 197
  • 10
0
votes
1 answer

Adobe Air ANE for android with java native extension trying to receive broadcast

I'm trying to create a native extension which can receive broadcasts, sent from a native android am as intent broadcasts. The sending part works, I've tested this with a native app that has a broadcast receiver, but I cant get it to work in the…
Maarten
  • 635
  • 1
  • 9
  • 29
0
votes
1 answer

How do I get the current User Id with GoViral ANE

I am using the GoViral ANE for integrating with Facebook, specifically creating a leaderboard to display in my game. I would like to highlight the current user's score, but I don't appear to have access to the id that is returned via the…
0
votes
0 answers

Can I use any ANE without make classes

I make an android app with as3, I write all code in Actions panel without use the class definition, Now I want to add "push notification" ANE, I want to know is it possible to do that without classes? "I don't want to rewrite my code". (All examples…
Abaq
  • 13
  • 2
0
votes
1 answer

Native extension removed from AIR, but still getting error related to it "Duplicate platform Android-ARM found for extension"

I tried the mateuszmackowiak.nativeANE.NativeDialogs ANE, but now I'm still getting this error in Flash CC, although ANE is removed: The content cannot be loaded because there was a problem loading an extension: Error: Duplicate platform…
Stefan
  • 667
  • 7
  • 17
0
votes
2 answers

Distriqt Google Analytics Extension fails in Air Debug Launcher (ADL)

Exception fault: VerifyError: Error #1014: Class com.distriqt.extension.googleanalytics::Tracker could not be found. The issue does NOT occur when installed to a device. The extension has been added to the application descriptor. I have other…
dezza
  • 123
  • 5
0
votes
1 answer

Existing ways to call Java methods from AIR app (Android)

I am familiar with Air Native Extensions (ANE). Is there are any other ways to call Java methods from AIR for Android application? I'm almost 100% sure it's not, but I want to ask anyway to be 100%: Is there any way to somehow integrate Flash…
Ghelle
  • 67
  • 8
0
votes
0 answers

App crash with distriqt scanner ane on Android

I use the distriqt scanner ane and it works very vell on iOS. But with the similar app on Android it crashes the app immediately (while calling Scanner.service.startScan( options )) I got follwing from logcat: E/QCOM PowerHAL( 313): Invalid hint…
0
votes
1 answer

The Badge number is constantly increasing, even after I use the setBadgeNumber(0) method

I'm using the Distriqt PushNotifications ANE and PARSE to send PushNotifications, and so far everything is working PERFECTLY. This means, I register my iOS devices and receive PushNotifications as it should be.... When I send PushNotifications with…
GV3
  • 491
  • 3
  • 16
0
votes
1 answer

Adobe AIR Native extension: have multiple context in same Native Extension

I am developing a native extension for iOS and Android for Adobe AIR. I want to generate a single file .ane, but I wish I could call my native extension with multiple contexts. Android is easy, just asked to test the context parameter in the…
0
votes
2 answers

How can I integrate Admob mediation in an Adobe Air app?

I want to use Admob mediation on an Air app. Is there any ane for this or can I use any ane and then just change settings in Admob account ? Thank you.
Stefan
  • 667
  • 7
  • 17
0
votes
0 answers

How to package CocoaPods dependencies in iOS ANE

I'm trying to create an iOS GoogleMaps ANE, but i'm having troubles with the resulting packaged ANE. I'm able to successfully create the ANE, but when i try to create an IPA using the resulting ANE, i get a "Id: file was built for unsupported file…
BernalCarlos
  • 936
  • 3
  • 12
  • 25
0
votes
0 answers

Packaging ANE, the file you chose is not inside a project

This is my first time building an ANE and I have run into some problems. I have made some changes to this ANE: https://github.com/freshplanet/ANE-Facebook I had to make some minor changes to the build config files, but it builds fine. The problem I…
Jacob Holm
  • 33
  • 4