Getting some issues using adobe air 2.6 for android

Hii, i am new to adobe air for android using flash cs5 development.  According to standard procedure  i have installed these softwares on my pc.
1.Adobe flash cs5, 2.AIR sdk , 3.Adobe air for android and 4.android sdk also.
is there any software or plugin is required  for making android application?
so now to start develop an application i have opened flash cs5, in that we select a "new"  option, then we will select "AIR for Android" option, but instead of that option i'm getting option "Adobe AIR 2".
Is there anybody to tell me how can i recover this problem? Or plz provide me any link that will help me to tell what is the actual procedure to develop  android application using CS5.?
Any help will be useful.
Thank you,
Pravin Gate.

Hi Pravin,
Adobe had released extentions for flash CS5. Once the extention is installed, this is where you get the additional options in flash ide. The last extention for air on android was for air 2.5 and looks to have been recently removed from their site with the public launch of 2.6
So using 2.6 there is no flash IDE support yet, but will be soon. The last extention i think was flashpro_extensionforair_p2_112210.zxp
Personally, at this time i still have the 2.5 extention installed and launch directly from flash, this is what i am missing out on:
2.6 new features
At this time im not going to release anything compiled with the 2.5 extention, but my phone has 2.6 runtime so i belive the performance would be the same.
You deffinitly should go right to 2.6 but if you wanted to play with the now outdated extention for 2.5 i can email it to you.

Similar Messages

  • Developing and using Adobe AIR native extensions for Android devices

    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.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • Integrate Adobe Air in app for Android

    Hello!Please, answer to one my question.
    Can I integrate Adobe Air in my app for Android? I want the user to not download Adobe Air from Google Play.
    Thanks.

    I've never used anything other than Flash Builder for mobile... So, yes, cf my original answer!
    When you select Export Release Build, it is on the first page of options. (I think ... This is from memory.) In any case, it is very visible. Just look at all the Android options when you package for release.
    G

  • Adobe air 3.6 for android video camera not work!

    1. air 3.6
    2. andorid 4.1
    3. sumsung note2
    code:
    var cam:Camera = Camera.getCamera();
    var video:Video = new Video();
        video.smoothing = true;
        video.width = videoDisplay.width;
        video.height = videoDisplay.height;
        videoDisplay.addChild(video);
        video.attachCamera(emMaster.camera);
    video camera ok!,but when device rotate,video turn to black
    air 3.7 beta , video is black anyway
    air 3.5 also has a bug , someone mention before
    air version < 3.5,seems work fine
    anyone met this problem ,has any solution,please help me ,thanks!

    Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code or an application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others affected can add their comments and votes.
    Thanks,
    Chris

  • Where can I download AIR 2.6 for android ?

    Hi
    I wrote Flex app using Flex SDK 4.5, on adobe air 2.6 for android. But I go to market android, it dont have adobe air 2.6
    Because my mobile install android 2.3, can only install air 2.6.
    Where can I doqnload Air 2.6 for andriod ?
    Thanks.

    Dear friend, 
    I found a very cool website: kccebde.com. which mainly sell electric products like laptop, phone, ipad, psp and so on. Their products are latest and the price is suitable. All of their products have IWS (international warranty service). And the express delivery is very fast, just takes 3 to 7 days. They ship worldwide. If you want to buy some products, it will be a good choice.                                
    Yours sincerely!

  • SQLite encrypted Database does not get attached Using Adobe Air,Why?

    Hi,
    Any one knows the solution, am trying to attach the encrypted SQLite database adobe air-adobe flex bulder , it does not get attached using sqlconnection.attach throws error, though the given key is correct, but it gets open using sqlconnection.open with the same key, any one knows the solution, how to attach the encrypted data base, since am using two data base one is opened and another must be attached to the existing ,thanks in advance. using adobe air- flex related. i use the following code
                   databaseFile1 = File.applicationStorageDirectory.resolvePath("Sample_1.sqlite");
                   databaseFile2 = File.applicationStorageDirectory.resolvePath("Sample_2.sqlite");
    dbConnection.open(databaseFile1, SQLMode.CREATE, false, 1024, secKey);
    dbConnection.attach("db2",databaseFile2,null,secKey);
    got the following error.
    ERROR #3125 Unable to open the database file.

    And I would say more "this is the issue" !
    It should be possible as it is clearly stated in the doc :
    public function attach(name:String, reference:Object = null, responder:Responder = null, encryptionKey:ByteArray = null):void
    with 
    encryptionKey:ByteArray (default = null) — The encryption key for the database file. If the attach() call creates a database, the database is encrypted and the specified key is used as the encryption key for the database. If the call attaches an existing encrypted database, the value must match the database's encryption key or an error occurs. If the database being attached is not encrypted, or to create an unencrypted database, the value must be null (the default).
    so with a same encryptionkey, I (and this should be the same for FinalTarget) can open the encrypted db but not to attach it... quite strange.

  • How would I create an USB Barcode Scanner Listener using Adobe AIR?

    I want to create a USB barcode scanner listener that would read in the scanned barcode, and place the barcode in a field in my AIR App even if the program wasn't focused on that particular field in the App.  If the client was using the application at the time for something else the scan would be buffered in AIR till requested or the AIR App has been idle for x period of time where upon the field would be brought into focus.
    How would I go about this (I'm developing on windows)  Was hoping for a USB solution within AIR but not fussy at all if I have to go outside AIR to solve this problem.  Java, Flex, ActionScript, Flash, C, C++, C#, VB (currently I've developed the rest of the App using Adobe AIR and JavaScript)
    I thought after some research that I could make a Java App (if all else fails) that listens and buffers the input and passes it along using a socket but JUSB doesn't work on Windows properly.
    I'm not stuck on any one particular implementation or idea just want to get development underway so...  Any ideas? or suggestions would be awesome.  I've googled a lot but haven't found any examples or solid suggestions, so any URL pointing to that information would be great too, if you know of a good one, then I'd be able to read up on any suggestion.
    Thanks,
    Marty

    Thanks Joe,
    Just for anyone else.  I bought a Metologic Scanner - VoyagerCG.  I was trying to get it to work using Java USB for a bit with no luck.  But if you get this scanner or one like it, it can be configured as a Virtual COM Port.  Which is very very easy in Java to set up as a listener and use sockets to transfer the data and listen within AIR.
    This PDF has links to drivers and instructions if this is useful to anyone.
    http://taltechnologies.com/products/Eclipse-Voyager%20Interface%20Options.pdf
    All the best,
    Marty

  • How do I develop for multiple screen resolutions using Adobe Air

    Hi,
    I'm looking at developing mobile apps using Adobe Air but there's something I'm not quite sure. Sorry if this is a newbie question or has been repeated but I have looked at tutorials, etc but just want to get a general idea on how to prepare the assets. Here are some of my questions:-
    1) If I want to develop for the iPhone non-retina and retina resolution, do I actually need to only write the code and layout the graphics in retina(960 x 640) stage size and it will automatically scale down for non-retina resolution?
    2) How do I cater for iPhone 5 resolution? Do I actually need to swap say the background images through code by detecting the resolution size it was in? or do I actually just leave the background image longer it exceeds the stage height so when it's iPhone 5 it will show everything?
    thanks for the help!

    If you are talking about regular Flash work, and not your own code-layout application, then what happens depends on the scale mode of the stage. Typically, when doing code layout the stage is set to no_scale, and you have to do all the hard work yourself, calculating the size of things, and laying them out with ActionScript.
    If it's more of a typical Flash graphical scene there are two other scale modes that make life easier for you.
    The default scale mode is show_all. With that you will be certain to see all of the content of your original Flash stage, and if the screen is a wider ratio than your stage, the content that is off the sides of the stage will be revealed. See this app I made, that uses that technique:
    https://itunes.apple.com/us/app/meet-heckerty-funny-interactive/id514220257?mt=8
    It works well enough, I have enough extra background graphics to go out to a 16:9 screen, including iPhone 5. That particular stage is 1024x768, and it will scale all the way from iPad 3 Retina down to iPhone 3gs.
    The other scale mode that is useful is no_border. In that mode you are certain to not have any black borders around the stage. It achieves that by cropping into either the left and right, or the top and bottom, of the stage. See these apps I made, that work that way:
    https://itunes.apple.com/us/app/milkshake-mayhem/id556962979?mt=8
    https://itunes.apple.com/us/app/p.s.-snowflake-yourself/id571384475?mt=8
    In both of those cases I have content that is correct for half way between the ratio limits of 16:9 and 4:3 (or 9:16 and 3:4 for the portrait case). When the app runs on your device, some amount of the left and right, or the top and bottom, of the stage is cropped. I have enough background content for that to be ok, and all of the important content is within the middle 14:9 or 9:14 area of the screen. The stage size for the landscape app is 1680xx1080, exactly 14:9. This approach is better than the show_all one, in that the user doesn't feel like they are seeing a lot of blank space, as can be the case when viewing a 4:3 stage on a 16:9 screen.
    One last thing, even with either of those techniques the app won't fill the iPhone 5 screen. To get that to work you have to include a splash screen that is 640x1136, and name [email protected]. With that in place iOS knows to make your app use the full width or height of the iPhone 5.

  • Programs using adobe air platform

    Hello everybody, I have downloaded a bunch of programs that use the adobe air platform. Programs like tweetdeck, twhirl, seesmic, spaz and some other. The thing is that, none of them work for me and I don't know if it's because there is some problem with adobe air not letting them connect properly. They are all programs which allow users to connect to their twitter account, but they just try to log in, and they stay there but nothing happens. Some of them say that they can't connect to twitter, or they just keep logging forever.
    The reason why I'm here is because I downloaded like 7 similar programs and not one of them work. So I don't think every single one of them has problems. That's why I'm wondering if the problem could be Adobe AIR? Can anyone please share their opinions on this? Because if Adobe AIR is not the problem I have to start looking somewhere else.
    I've already requested support from every single program, to see if they have some solution. I'm just here because I wanna know if the reason why none of them connect could be because of Adobe AIR?
    Thank you so much.

    Oh, sorry, my OS is windows vista home premium, and I use mozilla firefox 3.0.10 as my browser. Thank you. I've seen a forum on get satisfaction where people are having the same problem and apparently it's an adobe air problem because it doesn't connect to the internet. The link to that discussion is here.
    Is there a solution to this problem? Like what can we do to make adobe air connect to the internet?
    Thank you again so much.

  • Installing and using Adobe Air SDK 2.5 with Flash Professional CS4

    Hi,
    I am trying to install the Air SDK 2.5 with Flash Professional CS4 with the intention of creating a program to use Actionscript 3 to communicate with the UDP interface using datagrams. (The server is the IL2 device link interface) As I am very new to this development environment I was wondering if anyone could answer a few questions.
    1) Can I use datagram sockets with Air 2.5 with Actionscript 3 and Flash CS4?
    2) Is there special procedure for installing the AIR SDK 2.5 or do I use the instructions layout in "How to Overlay the Adobe Air 2 SDK for Use with Flash Professional - Flash professional CS4"?
    3) If I do use those instructions, when I edit the namespace for my application do I set it to 2.0 or 2.5?
    4) As a stepping stone to building my program I was trying to try to build the Actionscript 3  DatagramSocketExample program that is published by Adobe. Unfortunately I am getting a '1046: Type was not found or was not a compile-time constant: DatagramSocketDataEvent'.
    Is there a step by step tutorial on how to get the example code up and running?
    Thankyou for your time and patience with my noob questions
    Ian

    This was part of the AIR 2.0 beta release note, but I used this for 2.5 and it works nice.
    You can try it too an make sure you use 2.5 wherever the not says 2.0beta2.
    Goodluck.
    How to Update Flash CS4 to Use the AIR 2 Beta SDK
    If you use Flash CS4 Professional to build Adobe AIR applications, please follow the instructions below to manually update the version of the AIR SDK to use version 2.0.
    Update Flash CS4 Professional to version 10.0.2 at http://www.adobe.com/support/flash/downloads.html or select "Help > Updates... " from within Flash CS4.
    Quit Flash CS4 Professional if it is open.
    Navigate to the Flash CS4 installation folder. The default location on Windows is "C:\Program Files\Adobe\Adobe Flash CS4\" and on Mac OS "/Applications/Adobe Flash CS4/"
    Within the "Adobe Flash CS4" folder you should see a folder called "AIK1.5". If this folder is not present repeat step #1.
    Rename the folder "AIK1.5" to "AIK1.5 OLD" or delete it if you do not need to save a copy of it.
    Make a new folder called "AIK1.5"
    Download the Adobe AIR 2 SDK from the labs website and uncompress the contents of the folder to the new "AIK1.5" folder you just created.
    Copy the "airglobal.swc" file located within the "Adobe Flash CS4/AIK1.5/frameworks/libs/air/" folder into the "Adobe Flash CS4/Common/Configuration/ActionScript 3.0/AIR1.5/" folder.
    Flash CS4 is now configured to use the AIR 2 beta 2 SDK.
    In order to take advantage of the new AIR 2 beta 2 features, you will need to update your application descriptor file to use the "2.0beta2" namespace.

  • Problems installing Photoshop CS4, keeps getting stuck on "installing Adobe Air." Tips?

    I'm trying to install Photoshop CS4, but it keeps getting stuck on "installing Adobe Air" every time. Freezes, makes no more progress, eventually I have to force quit. I've even downloaded and installed it (Air) separately, but it keeps getting stuck on it in the CS4 install. Any tips? I'm running 10.8.5 on a MacBook Air. Saw something about deleting Adobe FlashPlayer to maybe fix it? Any and all tips welcome. Thx.

    Googling only comes up with a couple things where someone was trying to
    install a cracked version they downloaded, so it could be a corruption
    problem.
    If this is a downloaded installer, then redownload it and try installing,
    again.
    If you are inserting a DVD and autoplay is starting up and you get this
    message, you can shut down the installer process as you've done then instead
    of double-clicking the DVD, use right-click Explore to view the files
    directly on the DVD without running AutoPlay, then find the setup.exe or
    something.MSI with EN in it's name to run the installer, directly, without
    goint through autoplay.  This would only make a difference if the autoplay
    is corrupted somehow but everything else is ok.  Since your error message
    talks about autoplay then maybe that is the case.
    If you are calling Adobe for support, it can take hours, depending on when
    you call.
    This "open letter to Adobe customers" was posted within the last few days
    and basically apologizes for poor support, recently, while they change from
    support-provider to another:
    http://www.adobe.com/support/pdfs/open_letter_to_adobe_customers.pdf

  • Embedding HTML page into Flex using Adobe AIR

    Hi,
    This is Siva Kumar. Need help in embedding an HTML in Flex .
    We are using Adobe Air. To embed an HTML in Flex we used
    <mx:HTML> tag. Its working fine but whts the problem is its
    not allowing to download files / attachements. I tried to use
    google flex iframes to resolve this issue. I am able to download
    files/attachments if I open application as web / standalone. If I
    try to open same application using adobe air its giving error like
    " ExternalInterface is not available in this container.
    Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or
    other browsers that support NPRuntime are required"
    Later wht I found is at present ExternalInterface is not
    supporting adobe air.
    Could anybody help me to resolve this issue. If anybody has
    any idea on how to overcome this issue. Please suggest me to
    resolve this issue. Thanks in Advance.
    Thanks,
    Siva Kumar

    looks like your equipmentArray is empty. Put a breakpoint inside that method to see if there is any data.

  • App that uses Adobe Air will not work

    I recently tried to install a widget from a greeting card company that uses Adobe Air.  The app will not load. I get a window for the license agreement for Adobe Air and when I click I agreee nothing happens.

    I use Windows 7.  I have tried all the compatibility settings in the app properties with the same result.  I left it set on Windows 7 compatiblility.  I tried downloading the app and then Adobe Air, uninstalled both and tried downloading Adobe Air first then the app.  I contacted the app vendor (Jacquie Lawson) and Andrew with their support sent me to the Adobe support site. Once the downloads completed and try to open the app this is what I see:
    I click on the I Agree button and it closes.....nothing else.  I appreciate your help.  Doing things is how I have learned so hopefully this will be  a learning experience.

  • I got some issues with Adobe Reader.

    Hello!
    I got some issues with Adobe Reader. When I read a document in the Firefox
    I have to click in the Adobe window all the time to reactivate keyboard shortcuts
    to tale effect in the document.
    Like when I scroll up and down the document with the arrow keys, this doesn't
    work after changing to an other windows or tab and coming back to the previous
    window.
    Was there a clue to this behavior? Like a check box or what I did not see until
    now?
    Thank You Very Much.
    Sincerely,
    Steve

    Does this occur with all pdf documents or only one specific document? What version of the Mac operating system are you using? What version of Acrobat reader?

  • Play SWF file in Android using Adobe AIR.

    Hi All,
         I have a group of SWF files. I want to play these files in my Android Application using Adobe AIR. Is it possible? If yes, can anyone tell me how to do this.

    Is it a plain ActionScript3 project? if so, from memory, this should be enough:
    var loader:Loader = new Loader();
    loader.load(new URLRequest("yourswf.swf"));
    addChild(loader);
    Of course, you can get more control over the loading process, this may result in error if you paste down the code as is in a class that is not a subclass of DisplayObjectContainer, etc.

Maybe you are looking for

  • Get error message when trying to scan slides

    HP Scanjet G4050. Latest drivers. Now up to 10.6.8 and when I try to scan slides or negatives, I get an error message: "Remove any objects from the scanner glass.  Load your slides and negatives.  Try scanning again." I have scanned in the past. Is t

  • Can a Hyperlink be created based on the results of a Dynamic Theme Query?

    What I would like to do is create a link from the results of a dynamic theme. The following code displays the names of locations on my map, is there any way that the location name once placed on the map can be a hyperlink that will run a SQL statemen

  • My MacBook keeps freezing during startup

    I got my MacBook Pro in 2012. Currently, it keeps freezing while I try to turn it on. I get the apple logo and the spinning wheel, and eventually it freezes. I've tried starting in safe mode and it froze. I've tried recovery, it "restarts due to a pr

  • GDS using infoset query

    Dear All, I need to create a GDS using 2 tables COSP and BSEG. BSEG is cluster table and COSP is transparent table ...  Can i create GDS using Infoset query ... If yes then pls tell me the way to do this.. Thanks, Regards Shweta

  • Unchecking "Shared Hyperlink Destination" causes InDesign CS5.5 to crash

    This occurs on multiple Macs (running either Leopard or Snow Leopard) in our office. The links are connected to conditional text in InCopy. Here's the scenario: 1) Open the InDesign document and select the linked text. 2) Get a dialog box: "You must