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
1
vote
2 answers

AS3 Air Native Extension com.distriq.Core conflits with other ANEs

I'm facing the issue with the com.distriq.Core ANE, it's conflicting with my other ANEs (I know it when I remove it from app packaging, but after include this ANE, Flash Builder was failed to build). Here is the error message: Error occurred while…
Goon Nguyen
  • 1,462
  • 11
  • 26
1
vote
0 answers

Twilio Video SDK as an Adobe AIR Native Extension (iOS)

I have been busy trying to create a AIR Native Extension to encapsulate the Twilio Video SDK. My colleague succeeded in building it for Android and I have been trying the same for iOS. I'm in a state where the Extension compiles and the extension…
Leo Padua
  • 21
  • 1
1
vote
2 answers

Java outOfMemoryError - increasing java heap space doesn't help (?)

I'm developing my first game for android. I am using milkman ane in my project. It was working fine, until the new version (2.1.0). So now I am getting an OutOfMemoryError on the packaging apk. This might be relevant, I use flashdevelop IDE. I had…
Paul Swarrow
  • 31
  • 1
  • 4
1
vote
0 answers

Can not initialize Facebook SDK in air + ane

protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Log.v("ANE", "onCreate"); FacebookSdk.sdkInitialize(getApplicationContext()); Log.v("ANE", "init FB"); …
조윤식
  • 11
  • 3
1
vote
1 answer

mxmlc does not include *.ane files during command line build

Here is the command that I am using to build an android application. mxmlc +configname=airmobile -output Example.swf -locale=en_US -source-path+=D:\fb_projects\Example\localeB\{locale} -library-path+=D:\fb_projects\Example\libs…
adarshk
  • 338
  • 1
  • 2
  • 10
1
vote
1 answer

Hooking into main application's onCreate method from Adobe AIR extension

I am creating an ANE for Urban Airship, a service for sending push notifications (among other things). So far the integration has worked great but only when the app is open. When the app is exited, receiving a new push notification results in the…
SirCapsLock
  • 175
  • 9
1
vote
0 answers

AS3 back button listener not working after task switching in Air for Android app

Device BACK button in my as3 is prevented from default action and does other stuff instead (exits the app if main menu is currently displayed and returns to main menu if main menu is not…
DBC
  • 69
  • 7
1
vote
2 answers

Add Google Play Services to Native Extension for Adobe AIR Android

Okay, I would like to know if anyone managed to pull this thing of? I am making native extension and my native JAR uses Google Play Services via reflection. I have added Google Play Services library to my native extension, here's how platform.xml…
uerceg
  • 4,637
  • 6
  • 45
  • 63
1
vote
0 answers

Air Android ANE - USB manifest

I have made a native Android app with Eclipse which controls a RFID USB scanner. These permissions are requested through the AndroidManifest.xml in the intent-filter and xml device filter tag. When I plug the usb device in the Android (minix), the…
UserK
  • 11
  • 1
1
vote
2 answers

How to add Google Play Game Services to AIR Game AS3?

Hey everyone does anyone know how this can be done? Is there any ANE out there that actually works? I have tried Fresh Planets ANE with no success https://github.com/freshplanet/ANE-Google-Play-Game-Services Then I tried Alextel69's ANE and I got…
1
vote
1 answer

Ads not visible using AdMob ANE by Milkman Games [Adobe AIR]

I'm making one of those endless runner mobile games where try to beat your highscore for iOS. I'm trying to display a banner ad at the bottom of the screen after each play using AdMob. I'm making the game in Adobe AIR so I'm using the AdMob native…
Craig
  • 51
  • 1
  • 9
1
vote
1 answer

How to repackage an .ANE extension in Windows

I have an conflict in my flash project between my native extensions. Some java libraries are included in both ANES, so I cant publish the game(I receive an error ...library X is added). I search around the google. And I found that I need to remove…
tziuka
  • 545
  • 1
  • 6
  • 23
1
vote
1 answer

64 Bit ANE for iOS 8 backwards compatibility

im trying to create a simple ANE to exend my Flex Application. I Followed this tutorial to accomplish this Task: http://www.lorenzonuvoletta.com/how-to-create-your-own-ane-for-ios-using-adobe-air/ I compliled my native lib with iOS 8.1 SDK, because…
Max
  • 23
  • 3
1
vote
0 answers

FlashDevelop. Error "Is not a valid ANE file"

I really need your help. I created my own native extension (Android) and added it to the project. But when the PackageApp.bat runs it constantly displays this error: "Is not a valid ANE file" At the same time, the same happens with some of other…
1
vote
0 answers

ANE-ImagePicker displayCamera callback -

Using ANE-ImagePicker (aka AirImagePicker) on Android 4.2+ with AIR, the displayCamera callback is never called. I am looking for the correct AS3 callback and parms declaration. I have the manifest set correctly and I can call the camera via the…
Bill-FL
  • 11
  • 3
1 2
3
10 11