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

Can't get Mesmotronic fullscreen ANE to enable immersive mode

I've been trying to use Mesmotronic's full screen ANE (https://github.com/mesmotronic/air-fullscreen-ane) to hide the status bar and onscreen navigation buttons in my AIR app. The app uses AIR version 17 and is running on a Nexus 5 with Android…
GreatHam
  • 1,656
  • 3
  • 16
  • 21
0
votes
1 answer

how can I know packagename, building an Android ANE

I'm trying to implement an external library ANE wrapper for Android. I'm always receiving "class not found" error message in LogCat. No problem accessing native code, but when I try to access to external library functions it fails. I've…
0
votes
1 answer

I've set up Google Play Games Services in my game but nothing happens

I'm trying to enable Google Play Games in my Adobe Air game for Android. There are 2 apps a full and a demo one. But it looks like SignIn/SubmitScore/ReportAchievement codes are just being ignored, for both apps. I'm using this ANE, but have also…
Mattos
  • 11
  • 2
0
votes
1 answer

AS3 GoViral ANE - native login window?

i tried out the GoViral ANE from www.milkmangames.com. It is working fine so far, but I'm wondering how to use the native login function! Facebook do not allow this "webview"-based login window anymore. The ANE description says: Native Facebook…
SbstnErb
  • 101
  • 1
  • 8
0
votes
1 answer

Air publishing game error

I receive this error durring the publishing of my game. Error creating files. dx tool failed : UNEXPECTED TOP-LEVEL EXCEPTON: java.lang.illegalArgumentException: already added : android/support/v7/appcomapt/R$anim; at…
tziuka
  • 545
  • 1
  • 6
  • 23
0
votes
1 answer

ANE-Facebook, [application] has stopped, java.lang.RuntimeException: Unable to resume activity

I'm new to ANE-Facebook, however I've got positive experience with some other Freshplanet's ANEs. The subject question is: Is my configuration wrong or is the issue caused by ANE's code? This AIR app stops right after calling…
axldns
  • 55
  • 7
0
votes
1 answer

How to compile AIR iOS apps inlcuding ANE from the command line?

I'm new to compiling AIR iOS apps with the command line. My current command looks like this: ./adt -package -target ipa-app-store -storetype pkcs12 -keystore iOS7.p12 -provisioning-profile Africa_DragDrop_iPad.mobileprovision Africa_iPad.ipa…
Matt
  • 2,981
  • 5
  • 23
  • 33
0
votes
1 answer

distriqt nativemaps- Error w AIR 16

When debugging USB using Apache Flex Compiled SDK - 14.16.16 I get the following error: Error occurred while packaging the application: ld: can't open -non_global_symbols_no_strip_list file: …
0
votes
1 answer

AS3 Air for iOS Native Dialog

I'm trying to show date picker using this ane https://github.com/mateuszmackowiak/NativeDialogs Everything works fine, but for ios7 the dialog goes totally black. I tried the things like THEMES in the NativeDatePickerDialog.as but not resloved. (OR…
Shashikant More
  • 304
  • 1
  • 5
  • 22
0
votes
1 answer

AS3 DatePicker Air for iOS

I'm showing date picker using following ane https://github.com/freshplanet/ANE-DatePicker In iphone it always show datepicker at the bottom. I take a look at AirDatePicker.as, in iPad I can do it, but not found any way for custom positioning in…
Shashikant More
  • 304
  • 1
  • 5
  • 22
0
votes
1 answer

Making ANE for OS X. FREDispatchStatusEventAsync error

Im trying to build Air Native Extension for OS X, by using this guide http://www.adobe.com/devnet/air/articles/building-ane-ios-android-pt3.html All seems okay, but I cant send Events to as3, because FREDispatchStatusEventAsync function does not…
Ikol
  • 33
  • 4
0
votes
1 answer

Milkman AdMob Not supported on my platform

I just bought the native extension for AdMob (ANDROID ONLY) like literally 30 minutes ago, and I have an error. So I added all the ANE's (Google Play), (AdMob), and even the API SWC, they were all inside the extensions folder. I updated my XML code…
user3925121
0
votes
1 answer

Is possible to show an adColony ad in portrait mode?

I am using Adobe Air to develop an iOS portrait game. Is possible to show an adColony ad in portrait mode? Thanks, Matias
Matias Ini
  • 11
  • 1
0
votes
0 answers

Distriqt ANE Popover is flickering and goes opaque on android

While using the native dialog popover from distriqt the panel start to flicker and goes opaque after a touch interaction, is there a solution for that? I am not using stage 3D just simple flash Device: Samsung S5 Android version: 4.4.2
Armin
  • 78
  • 1
  • 10
0
votes
2 answers

Can't import .ane file into Flash CC

I've been trying for days now to import an .ane file into a Flash CC project in order to use admob banners with it. I've searched everywhere and I just can't make it work. Here's what I'm doing exatcly: I downloaded the .zip file from this github:…
DanielFox
  • 675
  • 2
  • 9
  • 18