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

aapt tool failed:ERROR: input directory '--auto-add-overlay' does not exist air native exntesion

i have problem when make ane google analytics Errors: aapt tool failed:ERROR: input directory '--auto-add-overlay' does not exist Who can help me ,pls
Hung Tran
  • 11
  • 2
1
vote
0 answers

ANE iOS packaging issue

I pretty stuck, building the ANE and running it via sample application. I've successfully built ANE and added it to sample project, but while running it on the device I'm getting: Error occurred while packaging the application: [Fatal Error] :1:1:…
Injectios
  • 2,777
  • 1
  • 30
  • 50
1
vote
1 answer

Admob Milkman Games ANE placement within Flex View Android

I'm trying to get a handle on how to place an admob ad at either the top or bottom of a flex mobile app view using the Milkman Games externsion in Android. So Essentially if I elect to do the following within my View AdMob.showAd(AdMobAdType.BANNER,…
Marco Polo
  • 123
  • 2
  • 11
1
vote
1 answer

Air ANE - linking native so libraries

I'm trying to use JavaCV on a AIR project. I built a native extension and it compile well but at runtime i get the following error: W/dalvikvm(16234): VFY: unable to find class referenced in signature…
mika
  • 1,411
  • 1
  • 12
  • 23
1
vote
0 answers

External librairy inside Air native extension for Android

[RESOLVED] Finally the problem was that my external lib use external jars. And the content of thoses jars also have to be in the extension jar. For example: extension.jar have ton contain all the compiled classes…
And Row ID
  • 169
  • 11
1
vote
1 answer

AIR app, adding activity to manifest changes the app design

I have a small problem, probably because I'm a newbie in Android development. I am making an Air mobile App, with an Air Native Extension. My extension is used to create alarms. In my BroadcastReceiver I make an Intent to call my Air App. To make…
Fabrice Lefloch
  • 409
  • 4
  • 16
1
vote
0 answers

How to add a native extension to Flash develop 4.5 +

when i tried to include an ane file in flash develop and run the application i was getting error "The content cannot be loaded because there was a problem loading an extension Error : requested extension com.adobe.extensions.Vibration could not…
Jose G Varanam
  • 767
  • 8
  • 19
1
vote
0 answers

Adobe ANE platform options are ignored in iOS extension

I have "successfully" created an almost empty ANE extension for iOS (no build errors) which uses Twitter framework. But when I compile hello world example with my ANE, amxmlc -library-path+=Plugin HelloWorld.as adt -package -target ipa-debug…
0
votes
0 answers

ArgumentError: Error #3500: The extension context does not have a method with the name as_passAString

The ANE's C++ native-side code pulls in third-party libraries. I get an error when I run ANE. No error will be reported without using this third-party library. ArgumentError: Error #3500: The extension context does not have a method with the name…
MAR
  • 1
0
votes
0 answers

Can someone explain AIR Native Extensions FREGetContextActionScriptData() and FRESetContextActionScriptData() in more detail?

I have created an AIR Native Extension wherein, I have created a reusable Loader object on the AS3 side. I then pass this Loader object to the ANE to load whatever loadable file I want to load into the Loader. This works, as expected. I would like…
Manish
  • 87
  • 7
0
votes
1 answer

AIR Native Extension issue

I built an AIR native extension with following setup: Visual studio 2005 for building my dll Flash CS6 IDE with AIR SDK 3.2 to create SWC from my AS3 source The namespace version of my ANE is 33.1 ADT (AIR SDK 33.1) I tested the ANE with…
0
votes
0 answers

My app with ANE crashes after iOS 14.1 upgrade

My app crashes everytime I call my custom ANE after upgrading to iOS 14.1. The previous iOS versions are working fine. I am using AIR SDK 32.0 and iPhoneOS13.1.sdk for compiling and packaging. I removed my ANE and I tried packaging with 33.1.1.300…
Fouad
  • 57
  • 4
0
votes
1 answer

Distriqt GameServices ANE - Apple Game Center Problem

I'me developing a game in AS3 AIR and I'me using Distriqt GameServices native extension. The problem is that I can not sign in to Apple Game Center. In the documentation, it's stated that: If Google Play Services aren’t available then you won’t be…
ll24llll
  • 81
  • 9
0
votes
1 answer

Adobe Android ANE support armeabi

I am integrating Twilio video in android with my adobe air app. I can successfully add video sdk in ane but twilio video sdk uses com.getkeepsafe.relinker SDK. This SDK gives me below error Process: air.TestApp, PID: 585 java.lang.RuntimeException:…
Ijas Ahamed N
  • 5,632
  • 5
  • 31
  • 53
0
votes
1 answer

Error inflating class com.twilio.video.VideoView

I am currently integrating Twilio Video with my AIR application. When I try Twilio VideoView in my activity layout, its giving error "Error inflating class com.twilio.video.VideoView" Here is my layout
Ijas Ahamed N
  • 5,632
  • 5
  • 31
  • 53