Flash Builder Error Compiling Ipad Actionscript Mobile Project.

I just bought a brand new ipad for testing. I am using flash buider 4.7 to make an actionscript mobile project. I created an app ID, provisioning profile, and certificate. I have done this before in flash professional so it wasn't too bad. However, when I run or debug  even a blank application I get this error in flash builder:
Error occurred while packaging the application:
'Launching AppName' has encountered a problem.
Error occurred while packaging the application.
Exception in thread "main" java.lang.Error: Unable to find llvm JNI lib in:
/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/adt.jar/Darwin
/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/aot/lib/x64
/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib/adt.jar
/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.349722/AIRSDK/lib
                at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:582)
                at adobe.abc.LLVMEmitter.<clinit>(LLVMEmitter.java:596)
                at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)
                at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)
                at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)
                at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)
                at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
                at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:245)
                at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
                at com.adobe.air.ADT.run(ADT.java:419)
                at com.adobe.air.ADT.main(ADT.java:469)
I have no idea where to even start in trying to figure out what could be the problem. I am pretty sure the itunes developer information is correct. Are there any kinds of drivers or developer modes that I need to set for a new iPad?
Thanks!

Thanks Shongrunden for your reply.
Yes, you are right. If I make a new Flex mobile project, I did not see the issue.
But that did not fully answer my question, my concern is: can an actionscript project use spark components?
Thanks.

Similar Messages

  • Any sample ActionScript mobile project for iOS

    Hi,
    I am looking for some sample example of ActionScript mobile project for iOS to get started. I am very excited with new flash builder 4.5 tool but looking for some example so that I can quickly try it.
    -Greg

    Hi Greg,
    http://va.lent.in/blog/2011/03/25/air2-6-app-for-ios/ should get you started. Once you familiar with the basics, you can check out the new features. Following links should help:
    http://www.adobe.com/devnet/air/articles/ios_features_in_air26.html
    http://tv.adobe.com/watch/adc-presents/developing-for-ios-with-air-for-mobile-26/
    http://www.adobe.com/devnet/devices/ios.html
    Thanks,
    Sanika

  • Editing Keyframes of Movieclips in Flash Builder 4 just using Actionscript 3?

    Hi
    I'm developing a Flash-Game using the Flash Builder 4 with only Actionscript.
    So I have to generate all the MovieClip-Classes without using the IDE witch allows you to edit MovieClips with Mouse. I want to add a class on the stage witch extends MovieClip. This class represends a enemy or the player or something. If the Enemy get a hit or turn in a diffrent direction, it has to change his image.
    My Problem is, I dont't know how to manage the diffrent frames of the Timeline from that new class. I tried
    mc.gotoandstop(2); //change keyframe to another one
    mc.addChild(theSecondImage); //adding another sprite
    mc.gotoandstop(3); //change keyframe to another one
    mc.addChild(theThirdImage); //adding another sprite
    … //and so on
    after placing it (the mc) on the stage, it tried
    public function changeImage(nr) {
    mc.gotoAndStop(nr);
    but it doesent't work
    It seems like its doesn't matter on witch frame i add the Sprite.
    Have anybody an Idea how to work with MCs and edit the timeline WITHOUT using the IDE from Adobe Flash CS5?
    Greetings

    Having the same problem with a Java REST service using HTTPS requests, Adobe Air appears to ask to verify the certificate with every single request on windows ???  and on mac after accepting the certificate  we do not get a result?

  • When will flash builder support export to Windows Mobile OS?

    When will flash builder support export to Windows Mobile OS?

    I think maybe VB was confused by you calling it "Windows Mobile," as Windows Mobile is MS's obsolete, abandoned Mobile OS for pre-iPhone era with a stylus and all that, I am assuming you probably meant "Windows Phone" / Windows 8 Metro UI / Windows RT, the new iPhone-like MS Mobile OS.
    See this thread: http://forums.adobe.com/message/4526684#4526684

  • No exiting event detected for an actionscript mobile project

    Would like to launch a dispose() when the program close on Android, but the dispose() never launch....
    I am using an Actionscript Mobile Project, and here is the code:
    NativeApplication.nativeApplication.addEventListener(Event.EXITING, function(e:Event):void{
          dispose();
    The Exiting Event is not listened by the program when it is closing. Is that this event is not supported?
    How can I detect the program is closing then?
    Please help!

    Thanks Shongrunden for your reply.
    Yes, you are right. If I make a new Flex mobile project, I did not see the issue.
    But that did not fully answer my question, my concern is: can an actionscript project use spark components?
    Thanks.

  • Deployed Android project using Flash Builder Burrito not working on mobiles

    Hi,
    I have created a simple "Hello World" Application using Flash Builder Burrito SDK. I have tested the result in the emulator it is working great.
    After that i deployed the application using "Export Release Build Option" and entered valid certificate details and created the .apk file. I copied the .apk file into the device and i run the application. Iam unable to run the app. I have tried these in 3 android supported devices and in each of these i am getting different error messages. I have mentioned the device in which i have tested and the error message i got while i tried to install the app (.apk file)
    HTC Desire - "Error while parsing the package of the application"
    Samsung Galaxy Tab - "Error while parsing the package of the application"
    LG Optimus one (LG P500) - "Application not installed"
    I have created a New Mobile Project in the flash SDK and added simple label "HELLO WORLD" in the view section.
    Before deploying i have installed Adobe AIR 2.5 in the device.
    Whether iam missing any of the steps to deploy correctly in the device. If so, please let me know. Also i need to know whether any restrictions are there for applications developed using Flash Burrito Preview Release. (whether by default all android mobile version more than 2.1 will support it?)
    Also when i try to install "Tour De Mobile Flex" apk in LG Optimus, it is saying "Device not supported" message.
    How do i overcome these problems to run the apk file without any problems.
    If you need any other detail please let me know, i will explain it in detail.
    Thanks in Advance,
    Srinivasan.C

    Ok, this is an old post but i still needed a couple of hours to find a solution, so here we go:
    - Most likely you have TWO executable build targets in your project (two mxml that you can launch). If so, go to the Project settings > Flex Applications and remove the one you don't need so you only have one.
    - My case was a bit complex though - i was using an ANE and Coldfucion server. In this case change the Output folder in the Project Properties > Flex Server > Output folder to something like "temp" instead of "C:..." generated by Flex Builder. The Android device gets confused by a "C:" reference but still can understand a local "temp" folder
    I hope i have saved your day

  • Flex Builder stops compile new ActionScript classes

    Hello,
    Does anyone knows what could cause Flex Builder 3.4 stops compiling NEW ActionScript classes? I have been working on Flex project for a while, we have some MXML and .as files (less than 200). This morning Flex Builder suddenly stopped detecting errors in new as classes, but not so for older classes. Thanks and appreciate your help.
    - Weiping

    Are your new classes referenced from the old code? Mxmlc employs a questionable form of "as-needed" linking, so classes that are not referenced from the main application are not even compiled. This referencing requirement is recursive; that is, any classes that are to be included have to be referenced from the main application, or from classes referenced by the main application, or from classes referenced by classes referenced by the main application, and so on. But if your new classes are not referenced at all from the old code, they will be ignored.

  • Flash Builder Errors When Editing a Flash Professional File

    I'm having lots of problems trying to use Flash Builder 4.51 as my code editor from Flash Professional CS5.5. My immediate problem is a constant stream of pop-up "Problem Occurred" dialog boxes in Flash Builder which make it impossible to do any work.
    The message specifics vary a little but the title bar says "Problem Occurred" and inside the dialog box it says '[something] has encountered a problem." The [something] varies but is commonly "Finding occurrences" even though I'm not trying to search for anything at the moment. If I click the Details button the additional info is something like:
    An internal error occurred during: "_imageWidth".
    java.lang.NullPointerException
    Right now, I'm trying to find all references to a specific variable, _imageWidth, so it says:
    '_imageWidth' has encountered a problem.
    An internal error occurred during: "_imageWidth".
    When I click OK the dialog goes away and 0 references are reported but that is wrong. The var does exist and there are references. A few seconds after clicking OK the same error box pops up again. I click OK and a few seconds later it's back. Like I said, it's impossible to get any work done.
    If, instead of searching for references, I do a text search the error is 'Finding occurrences' has encountered a problem. Again, the error dialog pops up incessantly.
    This is in a new Flash Builder 4.51 workspace with only a single project. Here is the procedure I used to create it:
    Create a folder inside my workspace
    Copy Flash Professional .FLA file and its associated ActionScript classes into the project folder; change the Flash Pro publish settings to permit debugging
    Create a new Flash Builder Flash Professional project in that folder, targeting the FLA file
    Create a Debug Configuration targeting an existing HTML file in the folder
    With this procedure I'm able to edit and debug from Flash Builder for a few minutes. But before long an onslaught of popups begins. At that point, there's no way to accomplish any work. Restarting Flash Builder doesn't help either.
    Is there any way to make this work?
    David Salahi

    Found a workaround. The dialog is not modal so I just dragged it over to the other monitor and I can ignore it. A new message is added to it every few seconds but I don't pay it any attention.

  • Flash Builder won't recompile or Clean Project

    This is the most obnoxious error and it wastes incredible amounts of time every day.
    After getting a compile error in a Flash Professional / Flash Builer Project, the thing will refuse to update the swf with any new changes to the code. Cleaning the project is irrelevent. Even added trace statements don't show up. Sometimes restarting Builder will help, sometimes it wont, but since this happens every few errors or so, it is impossible to manage this way.
    The thing just continues to launch an old version of the swf no matter how much you've changed the code.
    Also if you try to report bugs in Adobe for Flash Builder it tells you to click a special "Flex /Builder bug report form" which is a dead link to nowhere.

    Most likely it seems that Flash Builder or Flash Professional thinks that the swf is still open and in use (even though it absolutely is not) and so refuses to overwrite it.
    Rather than tell you this it launches the old version of the swf and pretends a compile has gone through.
    Also there is absolutely no way of telling it that the swf is NOT in use.

  • Squiggly Flash Builder Error in Flash Catalyst Generated FXP File

    Flash Builder generates the following error message in a Flash Catalyst Generated project with PHP as the server when the Squiggly AdobeSpelling.swc is included in the LIBS folder: "Unable to load AdobeSpelling.swc in design mode" with the result that fds.swc, fiber.swc and serializers.swc do not load in design mode. Squiggly functionality consequently does not work. Any one else with a similar experience with a work around?

    Thanks for your report.  We are investigating and will get back to you.
    Thanks.

  • Flash Builder 4 compiles tests to Flash Player 9?

    Hi all,
    I seem to be running into a serious problem:
    Inside Flash Builder (262635) - Inside the package explorer - when I right click on a test suite and choose 'Execute FlexUnit Tests' - It seems to build the tests targetting flash player 9 and complains about 'Type was not found compile time constant: Vector'. Using the same test suite from an ant script that explicitly sets the target to be flash player 10 is fine, but I can't get it to work from insiode the IDE.
    Is there any way to tell the internal testing system to target flash player 10? My compiler for the project is set to target 10.
    Conrad

    Just got the same problem and, after reading this http://opensource.adobe.com/wiki/display/flexsdk/Targeting+Flash+Player+10 I solved it by changing target player in flex-config.xml (found in your_sdk/frameworks) to 10.0.0:
    <target-player>10.0.0</target-player>
    I suggest duplicating your existing SDK (presumably 3.5) to 3.5_10 and changing the flex-config.xml. That is if you have multiple projects in your workspace and you expect some of them to compile with fp 9.
    Let me know if it worked out.

  • Flash builder error #3500

    It is apparently impossible to use flash builder in conjunction with air native extensions on OSX.
    Creating the extension context works without complaint, but calling any of the functions provided
    results in "error #3500: The extension context does not have a method named ..."
    It cost me a lot of time (and therefore my company's money) to discover that the ANE is actually fine, and can be
    invoked outside of flash builder, by an appropriate command line, or by packaging a release executable.
    This total package of behavior is very unsatisfactory, and has been known about for at least two years.
    Even with the workaround (release packaging, or invoking using a command line) the workflow is
    severely degraded.
    for reference, the most helpful explanation of the workaround is at this URL
    http://riawanderer.com/2012/03/27/working-with-air-native-extensions-on-the-mac/       *note the date of this post!*
    then search for the panel that follows the text
    "Now that simple demo code is ready, let’s run and see what does it do. When you run the app you should see below error indicating that Flex Builder Bug exists :)."

    Go to this directory:
    <workspace directory>\.metadata\.plugins\org.eclipse.core.resources
    and delete this file:
    .snap
    This resolved the problem for me.

  • Flash Builder 4.5: debugging Flex Mobile application on Android Virtual Device

    Hi,
    we are trying without success to debug a flex mobile application in Flash Builder 4.5 on an Android Virtual Device (AVD).
    We can debug with real Android devices via Flash Builder 4.5, by using a standard Mobile Application debug configuration with "On device" launch method, but emulated devices are not listed in the "Choose device" Flash Builder 4.5 window.
    The emulated device is correctly listed by "adb" command line tool, as the following screenshot shows:
    c:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.0\lib\android\bin\adb" devices
    List of devices attached
    emulator-5554   device
    ("emulator-5554" has been created and started with Android AVD Manager standard Eclipse plug-in)
    By using the adb command-line tool we can also install applications on the emulated device, but we'd like to use Flash Builder 4.5 directly, without manually using adb.
    Many thanks in advance for any direction.
    PS: we can debug with Flash Builder "internal" android emulator (the one used with "On desktop" launch method), but we want to use the more "realistics" android emulated devices provided by Android SDK (Android Virtual Device (AVD)).

    well that's just ... oh what's the word I'm looking for? ... um ... ah yes - inconvenient.
    I've been wrestling with this too. I use VDs with eclipse all the time, I'm wondering why it's not supported in flashbuilder. I mean, it's just a VD that runs on a virtual port, plugs into the editor like a read device would - right?
    I'm going to take a wild stab at this and say it probably has something to do with running a program inside (Air) a virtual machine, running inside a virtual machine inside a virtual device?

  • Flash Builder Error: 130:11

    I'm having to use Flash Builder 4.6 for use with Extension Builder 2.1.
    At the moment I can't boot up Flash Builder as I have a Configuration error -  Error: 130:11.
    Can you help me.
    Alan

    What is your operating system?  What is your Reader version?  Are these local or online documents?  If online, in what browser?
    Also, is there anything else beside the numbers 130:11 ?

  • [Solved] Build Error compiling grub through abs

    hi,
    When I try to compile grub through abs, I get a build error almost straight away.
    Here is the error message:
    make[3]: Entering directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[4]: Entering directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -MT argp-ba.o -MD -MP -MF .deps/argp-ba.Tpo -c -o argp-ba.o argp-ba.c
    gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -MT argp-eexst.o -MD -MP -MF .deps/argp-eexst.Tpo -c -o argp-eexst.o argp-eexst.c
    mv -f .deps/argp-ba.Tpo .deps/argp-ba.Po
    gcc -DHAVE_CONFIG_H -I. -I../.. -I../../intl -MT argp-fmtstream.o -MD -MP -MF .deps/argp-fmtstream.Tpo -c -o argp-fmtstream.o argp-fmtstream.c
    In file included from argp.h:22:0,
    from argp-eexst.c:25:
    ./stdio.h:456:1: error: 'gets' undeclared here (not in a function)
    make[4]: *** [argp-eexst.o] Error 1
    make[4]: *** Waiting for unfinished jobs....
    In file included from argp-fmtstream.h:27:0,
    from argp-fmtstream.c:34:
    ./stdio.h:456:1: error: 'gets' undeclared here (not in a function)
    make[4]: *** [argp-fmtstream.o] Error 1
    make[4]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00/grub-core/gnulib'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/jonathan/abs/grub/src/grub_bios-2.00'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Any help on how to fix the error will be appreciated.
    Last edited by rabbidrabbit (2012-07-22 17:04:37)

    https://lists.gnu.org/archive/html/grub … 00051.html

Maybe you are looking for

  • How to add a new schema in active directory by jndi?

    I can add new objectclass schema and new attribute into eDirectory from JNDI. But I failed doing the same to active directory. I search all topic in this forums and seems like there is no such answer. So for active directory, the only way to add new

  • How to backup docs and pics using a USB drive?

    I'm a fairly new Mac user and I'm panicking a little right now. I bought a USB to backup my pictures, documents, etc. (I also backup using Time Machine and an external drive, but wanted some extra protection). I just inserted the USB drive for the fi

  • Error while downloading  adobe form layout  in sap

    Hi all, When I try to download adobe form it is showing the following pop up boxes and not allows me to download the layout .Please suggest me how to solve this issue. Thank You, Suneel.

  • How to disable sudo command in Terminal

    How to disable sudo command in Terminal

  • Can I extract images/items from a pdf?

    I lost my hard drive! (D'oh!) But I do have some hi-res pdf files made from the original files (InDesign). Is it possible to extract discrete components from pdfs? Such as images, text blocks, etc? It seems like it should be possible, but I'm wonderi