Join a global community of Adobe Air users and developers.
Recently active
I have been unable to update Adobe Air in Windows 8.1 with me being the administrator. Error messages indicate that I do not have permission to install the application. Online research tells me that I am not alone and am wondering if it's an Adobe or a Microsoft issue?
When I try to load the songwriting software it hangs and cannot load.
Hi,The mxmlc can produce a clean size report for SWF files. I can't find anything similar with the adt tools for packaging IPA and I want to know if this feature exist and how to use them. I read that removing Embed tags can help, but is hard to find what take all the place. Thank for helpAndrew
I was using this tutorial:"Developing and using Adobe AIR native extensions for Android devices"http://www.adobe.com/devnet/air/articles/ane-android-devices.htmlWhen packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happensError occurred while packaging the application:aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef8306f0/res/drawable-xxhdpiinvalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef8306f0/res/values-sw600dpinvalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef8306f0/res/values-sw720dp-lanDoes anyone know what the issue might be?
Our service provider updated his svn server to fix the Logjam encryption bug.This has the result that now our svn connection neither with subversive nor with subclipse is working anymore. I did some tests with newer versions of eclipse - works fine.So my suspicion is that the encryption bug is somewhere in the quite outdated eclipse on Flash Builder.Flash builder does not let me install the plugin version in a newer version of eclipse - the hack with copying the files from the dropins to a newer version does work, but running Flash builder on Eclipse 4.4 is also not working. We have a project with several libs - the build process overall is not working.I know the rumors about Adobe is not further developing on Flash Builder - but hey guys - we do pay for 5 licences of the creative cloud every month - and we need a working software. Is there any chance to get this issue fixed? Anyone out there with a working workaround for this issue?
hello, i cannot launch the gamepad with my android devicethe feature work as described here > http://www.adobe.com/devnet/air/articles/android-air-devices-as-gamepads.htmlbut only with air with air 15 and 16 😕😕i have posted this few days agos, please help me to get feedbackhttps://bugbase.adobe.com/index.cfm?event=bug&id=3973336
Create a FREArray inside a AsyncTask causes "FREWrongThreadException" exception in Android code. Do you know why?Inside call() methodnew AsyncTask<Void,Void,Void>() {@2226279 protected Void doInBackground(Void... params) {//anything return null; }protected void onPostExecute(Void result) {FREArray resultAIR = null; try { resultAIR = FREArray.newArray(1); } catch (IllegalStateException e1) { e1.printStackTrace(); } catch (FREASErrorException e1) { e1.printStackTrace(); } catch (FREWrongThreadException e1) { e1.printStackTrace(); }//anything}}thanks!
Can anyone please help me to solve these requirement for my android air application which is generated from Adobe flash cc1. Is there any choice to add authentication??2. Is there any choice to generate application for single user?? ( copy protection)3. Is there any choice to add expiry period for application like 2 months or 3 months??4. serial number process to activate application??why i am asking is Android air applications generated from Flash development tool are not shows their android code.Thanks&RegardsNiranjan
Hi there:I have developed some air app that can run normally on three PCs (Windows 7 , 8 and Mac OS 10.6.8) without any problem, but it suddenly cannot run after recent update.For some app, the UI doesn't show up after double click the app icon and the app cannot be found in the task manager.I tried to uninstall them but uninstaller said "It is running".For some other app, the UI doesn't show up after double click the app icon, but the app can be found in the task manager and run as a process.Re-install the app didn't help.Re-install the AIR runtime didn't help.Did anyone else has this problem and know what is the reason ?Thanks.
Hi there, I'm using Stage3D (tested with all the different profiles) and it runs fine when the window is normal. But once it's maximized, the framerate drops to 34 (usually 60) on a scene with very few elements (I'm using ND2Dx which can usually show thousands of elements at 60fps without any problem)I've even tried to extend the window progressively until I reach the full size of my screen and it runs at 60fps until I'm a few pixels near the full size of the screen (the window stays in "normal" mode, not maximized) and then drops to +-35fps again.I'm on Windows Vista 32bits, using AIR sdk 18 beta (tried with stable release sdk 17).It was working fine before (I could not say with which sdk though)Anyone else has this "bug" ?Thanks.
It seems like this problem has persisted for some years now and I was wondering if anyone here is aware of modern workarounds for the problem? I have a hunch that it might be due to how the mp3 was encoded but I'm not sure. The delay is about 300-500ms. This was the bug report on the problem but it was closed for apparently not being reproducible which is a shock to me: https://bugbase.adobe.com/index.cfm?event=bug&id=2878728Thanks for any info!
Hello, I am trying to access a kids game app called Zoodles that requires Flash (which I downloaded) and then when I run the app it says Air is needed too and I get an error message saying it cannot write the application to the hard disk. When I try to download Air separately it says it does not run on tablets. This is the device I am using: Dragon Touch 7" with Android operating system. Any help would greatly be appreciated. Thank you.
Hi,I need an AS3 version of the Twitter's official twitter-text.js "getTweetLength" for a new AIR based Twitter client.This is the file on their GitHub: https://github.com/twitter/twitter-text/blob/master/js/twitter-text.jsDid anybody port it to AS3 yet?Thanks,Tom
HiMy ios app downloading zip file which contains several mp3 files, extracting these files from zip file and writing to applicationStorageDirectory via fileStream.writeBytes method asynchronously. app works fine on Iphone 4 (ios version 7.0.3, adobe air sdk 17.0.0.144 and 18.0.0.109 )but same app crashed on Iphone 4s (ios version 7.0.6, adobe air sdk 17.0.0.144 and 18.0.0.109 ) when writing the mp3 files to the applicationStorageDirectory.i reproduced the FileStream issue successfully and uploaded a sample app to google drive. You can download from here: FileStreamTest.rar - Google Driveplease inform me about the issue because i must wait you to send my app to the appstore.thanks.
Hi all,It would be great if sombody may help me with integration Unity Ads in my mobile projects (iOS/Android)?There is told on the Unity Ads website "Built-in support for Unity3D, Corona, Marmalade, Adobe Air...", but, unfortunately, I wasn't able to find any .ane packages for Adobe AIR =(It would be great if somebody has any ideas about this tricky question.Thanks.
While creating ipa i am getting the following error. I am gaming sdk ane for inapp purchase. Have also downloaded the newer 64 bit version of ane but still i am facing the same issue.Please let me know the possible solution for this error.
Device:Iphone 6 e Iphone 6 plusMy application xml: <fullScreen>true</fullScreen> <aspectRatio>landscape</aspectRatio> <renderMode>cpu</renderMode> <autoOrients>false</autoOrients></initialWindowWhen I use "cameraRoll.browseForImage ();" and the user clicks on the "Cancel" the keyboard becomes vertical and status bar trasparent. Unable to use the app.Adobe is not the same as a few years ago, instead of solving the problems they create.With "Adobe AIR 15" works but I can not publish the app on Apple Store (OS64 bit).HelpMeeeeeeeee
have tried playing with all settings and publish cache but I can't narrow down what exactly is causing flash cs6 to suddenly decide to add 10 mb to the size of the air apk file size
I use the device in landscape mode.In "IOS - iphone 6" if I select a photo from "camera roll" the orientation of the gallery, is wrong. Always it remains vertically.!With adobe air 15 worked very well!Help me????
Hi,I am embedding around 100 fonts(ttf, otf, ttc etc.) in my Adobe Air desktop application using css stylesheet.I am using Flash Builder 4.7 for the development.The issue I am facing is the compiler gets much slow when compiling the fonts and sometimes I can't make a release build.Hence i am thinking is there any way I can skip the fonts embedding at compile time and put the fonts in some application directory and load the fonts at run time when necessary.Please advice.Thanks in advance.Jameel
All of a sudden, using the AIR 17 SDK and Flash CS5.5, I can't seem to publish an ipa for my older iPad which is running, deliberately, iOS 4.3.5. If I up the <key>MinimumOSVersion</key> to <string>6.0</string> then there's no problem on iPads running 6 through 8.3. Not sure about 5.0. First it worked, then it didn't. The error that I get on attempting to publish is one I've never seen before. Here it is: There are no ANEs employed in this project.I'm running from fairly unremarkable timeline code for this test. Even simpler no-code test-ipas are failing in the same way. Is this a problem built-into newer AIR sdks? Or something else?
I've been trying to install Adobe AIR on one of our users computers, but it keeps failing installation.While installing, it gives a prompt saying"An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator"I've tried a few things already, but I just can't get it to work.Hope someone can help me.This is the installation log:[2015-05-08:11:13:30] Runtime Installer begin with version 17.0.0.144 on Windows 7 x86[2015-05-08:11:13:30] Commandline is: [2015-05-08:11:13:30] No installed runtime detected[2015-05-08:11:13:45] Relaunching with elevation[2015-05-08:11:13:45] Launching subprocess with commandline c:\users\kristeja\appdata\local\temp\airb829.tmp\adobe air installer.exe -ei[2015-05-08:11:13:45] Runtime Installer begin with version 17.0.0.144 on Windows 7 x86[2015-05-08:11:13:45] Commandline is: -stdio \\.\pipe\AIR_43004_0 -ei[2015-05-08:11:13:45] No installed runtime detected[2015-05-08:11:13:45] Starting sile
Hi there,this is my first question here, and i really need help on this problem. We are struggling since few days on the following error: C05-12 17:35:29.321: E/AndroidRuntime(26531): FATAL EXCEPTION: IntentService[MCGcmIntentService]05-12 17:35:29.321: E/AndroidRuntime(26531): Process: air.com.mooncat.androidTest, PID: 2653105-12 17:35:29.321: E/AndroidRuntime(26531): java.lang.NoClassDefFoundError: Failed resolution of: Landroid/support/v4/app/NotificationCompat$Builder;05-12 17:35:29.321: E/AndroidRuntime(26531): at com.mooncat.MCGooglePlayServices.MCGcmIntentService.sendNotification(MCGcmIntentService.java:92)05-12 17:35:29.321: E/AndroidRuntime(26531): at com.mooncat.MCGooglePlayServices.MCGcmIntentService.onHandleIntent(MCGcmIntentService.java:48)05-12 17:35:29.321: E/AndroidRuntime(26531): at android.app.IntentService$ServiceHandler.handleMessage(IntentService.java:65)05-12 17:35:29.321: E/AndroidRuntime(26531): at android.os.Handler.dispatchMessage(Handler.java:102)05-12 17:35:
So this is a public release that has not been tested on Mobile?So this is a what? non-stable public release?Please note that this build was not certified or tested against our mobile platforms. We recommend mobile developers target AIR 17.0.0.144 or the latest AIR 18 beta release on labs.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.