Converting an AIR application developed using Adobe Flash Builder 4 to an .apk file for Android

Hi,
Is there anyone would could provide me a link or a simple guide on how to convert an AIR application I developed for the desktop  to an .apk file so I could test it on an Android device? Without using Adobe Flash Builder Burrito...Thx.

Hi nerostealth
These link should be able to help you:
http://blog.omarfouad.com/?p=334
http://blog.omarfouad.com/?p=365
regards Mike

Similar Messages

  • Urgent- using adobe flash player 10 to view files from a URL (in javascript)

    Hello
    I am trying to cereate a video search engine that retrieves and then plays videos. I have decided to use adobe flash player to play the given files, howver with no luck. I am successful at actually hosting the player in my html code, however, when I provide the player with the following URL to retrieve the video frmo it, I am completely unsuccessful at getting the video to play in the player.
    http://developer.truveo.com/apps/home/index.php?method=truveo.videos.getVideos&query=id%3A 4186222390&play=1
    what am I doing wrong? this is extremely urgent that I get this donem running against a close deadline. Kindly, advise me what is the best way to play the files from such URL's after the search engnie has found them. The whole thing I am trying to acheive is playing a given searched video within my current html page. So i decided to host the player in my code.
    Please, do take some time to consider my request. Your time is greatly appreciated
    Best

    This seems to be a problem for everyone. A
    ny new downloads to fix this issue?
    Thanks,

  • How to retain zoom position of an image using Adobe Flash Builder?

    Hi,
      I have created an Adobe Flash Builder Mobile App. I placed an image in the Homeview. I allow the user to zoom out or zoom in the image using GestureZoom.
    The problem is each time the user zooms, it does not retain the previous position.
    For ex., If I have a map image, I zoom the Bangalore area. After the zoom, I don't see the Bangalore area in the visible portion of the device screen.
    Can anyone help me in this? I feel this is a very basic requirement of zoom but I am missing something really.
    I have seen few samples of this requirement in Adobe Flash which does not work for mobile apps.

    I don't understand what you mean, but to give you a sample file so you can see what I am talking about:
    link to fla file: http://dl.dropbox.com/u/48932382/Untitled-1.fla
    link to swf file: http://dl.dropbox.com/u/48932382/Untitled-1.swf
    As you can see in this file, I am turning the green page, but when you should be seeing behind the page, it's actually transparent and you end up seeing the page underneath it.
    Here is a picture of it: (if your wondering, the pages have the same text, it's just the color of the pages are different)

  • Adobe Flash Player 10.1.92.8 for Android 2.2

    I need help, I have the update to my Android to version 2.2 but when I try to download adobe flash player 10.1 I get the following message:
    Attention Droid Owners:
    Adobe Flash Player 10.1 will be available for your phone late summer.  Please check back at http://get.adobe.com/flashplayer/.  This site will redirect you to the Adobe Flash Player 10.1 download in the Android Market as soon as it is available for your device.
    I was told it was already available, is it not?  Am I doing something wrong in order to get Adobe Digital Editions on my Android?
    HELP!
    Kelly

    Hi, Pat posted this the other day and I just checked it. Be sure to read all of the comments, especially the latest ones.
    http://www.networkworld.com/community/blog/android-22-how-install-flash-froyo
    Hope this helps. I have a few other links, but have not had time to check them.
    eidnolb

  • [Apps] Name Card Application developed using Adobe AIR and Adobe Flash Lite

    An University student currently undergoing his research
    project had developed this application in order to help him with
    his research project. Please kindly try the application and take
    the survey form provided at the bottom of this message.
    This application allows you to store name card details. The
    application compromise of both PC (Windows / Mac) and a mobile
    phone component. Users will be entering the name cards information
    using the PC component and he will be sending it to the phone. The
    phone component will read the data created by the user and display
    it accordingly.
    This application requires Adobe AIR and Adobe Flash Lite to
    work.
    Please click on the following URL for more information.
    http://www.pda4x.com/read.php?tid=68835
    Note: I sincerely hope that the Administrator will not delete
    this message.

    Great Job!

  • Adobe Air Applications Not launching. Flash Builder 4.5.1

    I had this issue before where only flash based applications would launch but not adobe air. The issue is when you click run on adobe air, in the task manager on windows 7, 64 bit you get: Adobe Air Debug Launcher. Killing that gives me: If the program is already running, close it before attempting to run.
    The program never launches hence why you have to kill it in the task manager.
    I tried cleaning out the PreloadSWF entry in the mmc.cfg file. This does nothing to help the cause.
    Ideas?

    Please read the OP on the stale pale loader. I already took out the line in mm.cfg and I set vsible to true (never had to before on any air application Oo)
    Tests:
    The setting to visible to true though worked..... (again with never had to set that before)

  • Air 3.5 APK file for androids.

    Where would I find a copy of Adobe Air 3.5 in a apk file. 
    Thanks

    This is a User2User forum for Acrobat Forms.
    Have you looked at the Air Forum?
    Have you tried Google Play store?

  • Voice recognition support in mobile air application developed using Flash CS5.5

    I want to develop an android application via Flash CS5.5 which takes the command based on voice or convert voice in to text. Voice recognition support is available in android SDK but it is not available in latest Air SDK.
    I tried on Google to find out how to develop Voice recognition mobile application in Flash CS5.5 but did not find anything. There is some example/video which shows hack around native android code but this is for Flex not for the Flash.
    Waiting response?
    Thanks
    RTY

    Hi Rty,
    I think you should use  a native extension.
    Have a look at this link:
    http://extensionsforair.com/extensions/speech-recognition/

  • AIR apps developed using HTML+Javascript

    Hi…
    I am working on Adobe AIR.
    And now I have 3 options to develop AIR applications 1)Flex
    2) Flash 3) HTML+javascript.
    But can you please explain me when do I exactly use Flex Or
    HTML+JS Or Flash.
    One of the reason I know is Flex used for Rich UI
    applications
    Is there any list of requirements for which one of the 3
    option is most suitable to use.
    And I have some more questions.
    1) Can AIR applications(developed using HTML+Js) invoke a web
    service running on a different server
    2) Can AIR application(developed using HTML+Js) detect the
    connectivity of USB drive (I have developed 1 application that can
    detect the Network connectivity and periodically reports the status
    I want the same in case of USB(plug & play) connectivity)
    3) I have one AIR application that has one HTML form on click
    of button I am posting the form Data to Java Servlet using
    “air.sendToURL()” as shown
    <script src="AIRAliases.js" />
    <script>
    function sendURL()
    var url = "
    http://localhost:8080/InvokingServlet/Registration";
    var variables = new air.URLVariables();
    variables.username = document.f1.username.value;
    variables.password = document.f1.password.value;
    var request = new air.URLRequest(url);
    request.data = variables;
    air.sendToURL(request);
    alert("Data has been added to Remote DB...");
    </script>
    The data goes to Servlet and then Servlet thru Jdbc
    Connectivity adds the data to database “MySQL” database
    named “user”
    If I read the data from database and print in Servlet it
    displays that to “tomcat server window(log)” But I want
    the data from Servlet to send back to HTML page where I can display
    it on the same HTML page where user entered his details. So even if
    I put the result into some Scope like session or request, but Can I
    read that it in HTML+Javascript page .
    [email protected]

    quote:
    Originally posted by:
    pravinpatil23
    But can you please explain me when do I exactly use Flex Or
    HTML+JS Or Flash.
    This question gets asked about once a week. You
    can find my latest answer
    here
    and a little searching will dig up more opinions.
    quote:
    Can AIR applications(developed using HTML+Js) invoke a web
    service running on a different server
    An AIR application isn't hosted on a server, so all web
    servers are "foreign" to your AIR application. An AIR app does get
    downloaded from a server, most of the time, but it doesn't maintain
    some kind of special connection to that server.
    Because of this, there are no cross-domain restrictions in
    AIR like you have in a regular web browser.
    quote:
    Can AIR application(developed using HTML+Js) detect the
    connectivity of USB drive
    AIR does not allow low-level system access, and has very
    little in the way of platform-specific capabilities. So, you'd have
    to use a high-level, platform-agnostic way of checking for the
    drive, such as by looking around to see what files are available.
    Things like USB insert notifications are way outside the scope of
    AIR.
    quote:
    I want the data from Servlet to send back to HTML page where
    I can display it on the same HTML page where user entered his
    details.
    That question isn't on-topic here. Ask on a forum dealing
    with JSP servlets.

  • What's the difference between these to Adobe Air SKD folder locations in flash Builder 4.7?

    So I can drop AIR SDKs inside the Adobe Flash Builde 4.7 (64 Bit)/sdks folder (under 4.6.0) - as per instructions in the Starling adobe.tv tutorials, or, as per the Adobe labs docs, place them in eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK
    Which is right? What's the difference? Should I do both to hedge my bets?
    Thanks in advance for un-confusing me!

    As far as I know, Flash Builder uses the Flex SDK to compile applications.
    I do know that updating to certain versions of the AIR SDK (i.e. from 3.4 to 3.8), I had to copy the AIR SDK + compiler into the 'AIRSDK' folder, instead of just the AIR SDK like the download page says.
    Someone please correct me if I'm wrong.

  • Webcam and Whiteboard not working with Adobe AIR with Adobe Flash Builder

    Hi,
    I am trying to build a  simple chat service using Adobe Flash Builder target for desktop AIR( my final objective is to port it to android). My adobe AIR version is 2.5.0 and below is my source code:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:rtc="http://ns.adobe.com/rtc">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    <rtc:AdobeHSAuthenticator id="auth" userName="Yy" protocol="rtmfp"/>
    </fx:Declarations>
    <rtc:ConnectSessionContainer id="session" authenticator="{auth}" roomURL="https://collaboration.adobelivecycle.com/yytan1987/myfirstroom" width="100%" height="100%">
    <mx:HBox width="100%" height="100%">
    <mx:VBox width="25%" height="100%">
    <rtc:WebCamera width="100%" height="50%"/>
    <rtc:SimpleChat width="100%" height="50%"/>
    </mx:VBox>
    <rtc:SharedWhiteBoard width="75%" height="100%"/>
    </mx:HBox>
    </rtc:ConnectSessionContainer>
    </s:WindowedApplication>
    Basically when i debug it with AIR, the chat is working properly but the webcam and whiteboard just don't work....I really don't know what's wrong with it already...Appreciate it if anyone can help,thanks!!
    Regards

    Hi,
    My take is , is your autopromote tuned on for the room. I mean whats
    your user role when an user enters the room(who is not host), is it 10
    or 50. If its 10 i.e. viewer , then he cant use his own cam etc. You
    need to take a look at the logs when an user enters and if its 10 and
    you want to give him these permissions, turn autopromote on from the
    devconsole for the room to make his role 50 i.e. publisher.
    I just now downloaded 2.5.1 AIR and created a new project with your
    source and I am able to use everything.
    Thanks
    Hironmay Basu

  • Performance testing using Adobe flash 9.0

    Does anyone know a way to Performance test an application
    that uses adobe flash player using an Automated tool such as Silk
    Performer? I need to simulate 1000 virtual users streaming video
    content. Silk Performer currently does not support Adobe flash. It
    has support only for Real and Windows media player. Is there a way
    of getting around this. Does anyone know how Adobe tests its flash
    player ?

    Please try the following. If you have questions or get stuck,
    send me a 'private message' with your full name and contact info.
    The number one reason that the ActiveX installer fails to
    install on IE are due to incorrect permissions in the system
    registry. We have solved hundreds of these Windows system
    permissions with Microsoft’s SubInACL tool.
    Note: This is strictly for Windows IE, these issues do not
    occur on other browsers such as Firefox.
    www.firefox.com
    To fix these Windows system registry permission conflicts you
    can use Microsoft’s SubInACL tool.
    Warning: The following solution involves the Windows System
    Registry. Editing or manipulating the registry incorrectly can
    result in serious system damage which may require re-installation
    of the operating system. If you are not comfortable editing the
    registry, then take your system to a professional. If you choose to
    proceed, then it is essential that you create a complete system
    backup and a Windows System Restore Point before proceeding.
    Please download Microsoft’s tool to your desktop.
    http://www.supportflash.com/reset_min.zip
    1. Login as the User that has the incorrect permissions in
    the system registry
    2. unzip the “reset_minimal.cmd” and the
    “subinacl.exe” to the desktop
    *** Make sure both files are on the desktop
    3. Close out all applications
    4. Run the “reset.cmd” file
    5. It will open a DOS like terminal and start running through
    registry keys
    6. When it is finished it will say “press any key to
    continue”
    7. At this point you can download the latest Flash Player
    from here:
    www.adobe.com/go/getflashplayer
    Important Note: These online forums are for user-to-user
    discussions of Adobe products, and are not an official customer
    support channel for Adobe. If you require direct assistance, or
    prefer to contact Adobe support staff directly, please contact
    Adobe support.
    http://www.adobe.com/support/contact/

  • Please give me some examples of video chat with adobe flash builder 4 or adobe flex 3.5

    I'm a newbie for flex. I had a project from my college to made a video chat application using Adobe Flash Builder 4 and used Red5.  please help me, give me some examples of video chat source code, so that i may to learn it. thanks a lot friends.

    As you are starting at the beginning you may as well start with FB4. When you install FB4 you will find that its start page has links to documentation tutorials and examples through the tour-de-flex. There are some great blogs that continue to offer advice and examples, nothing beats well written examples for learning. If you are on face book there is an Adobe Flex page that is continually giving links to examples and information about e-seminars.
    And of course there is here. So jump on board and have a bit of fun.
    David

  • Configuration Error:1 Adobe Flash Builder 4.7

    Hello,
    I'm using Adobe Flash Builder 4.7(64 Bit). Instalation went well and Flash Builder worked just fine,  but after restarting my computer and opening Flash builder again -  popup appeared with Configuration Error: 1. I thought that this was one time only, so I uninstalled and reinstalled the product. But this Error is still appearing. So now I'm uninstalling and reinstalling my product every time this happens - sometimes it works, sometimes not. How can I solve this problem?
    Thank you in advance!

    I have the same problem: any suggestion?
    Thanks.
    Davide.

  • Adobe flash builder 4 stops at 92%

    Hi,
    The installer for flash builder 4 fails at 92% everytime. I have tried multiple times and have downloaded the installer 3 times, so it's not a bad download. It doesnt come up with any 'failed message' it just becomes unresponsive saying 'Please wait while the downloaded files are being extracted.' at the file 'AdobeFlashPlayer10_plDbg_mul.msi'. Any ideas?
    Adobe support advisor says nothing.

    Hi,
    Since it seems to be hanging up while installing the Debug Flash Player, try this instead:
    - deselect the Flash Player portion of the installation, in the install screens that come up prior to beginning installation
    - if installation completes successfully this way, you can install the Debug Players manually afterwards.
    Here's where you can find the Debug Players afterward in your target install folder:
    \Adobe Flash Builder 4\player\win\
    Or, for newer versions of the Debug Players (e.g. 10.1 and up), you can find them online here:
    http://www.adobe.com/support/flashplayer/downloads.html
    -Chris

Maybe you are looking for

  • Logical path using in abap program

    hay, I want to create file in application server directory. so i want the user to select the Logical path and file name from screen.so that he can create the file and seved in selected logical path.{path used must be from Instance profile DIR_LOGGING

  • Is there a way to block my cell number from appearing in someone's caller id when making a telephone call?

    Is there a way to block my cell phone number from appearing in someone's caller id?

  • XML C v2 is not backward compatible with 8.1.5 o NT

    I have Oracle8i (8.1.5) installed on Windows NT. And the XML C parser v2 I got contain oracore8.dll & oranls8.dll (8.1.6). Somehow these two DLLs does not work with my 8.1.5 environment since I was not able to connect to DB once I used these DLLs. I

  • Help with JFrames:Two JFrames dont paint properly

    Hello Guys.I am new here and I would like to ask for some help. I have a problem with me Java application. My main Class is the MainGUI class which has some selection components and is a JFrame.When the user presses the "proceed" button, it will make

  • Application Manager issues

    I am so frig ing tired of these constant issues with Adobe Creative Cloud issues.  I have to completely REINSTALL programs WEEKLY!  What is the deal? Can't you guys get this figured out?  I'd love to say it's just MY computer, but we've got a shop wi