Export Flash Builder project FXP failed

I upgraded from Flash Builder 4.5 to 4.5.1.  When I went to import my projects I was warned that the workspace was created in an earlier version of FB and what should I migrate a new 4.5.1 project workspace.  Instructions are here:

http://kb2.Adobe.com/CPS/899/cpsid_89996.html

Step 1, "Export the project as an FXP file" fails.  Dialog box looks like:

error.png

No further details.

It does this whether or not "Validate project Compilation" is selected.

So I shouldn't have launched projects in the workspace in the new version of FB, and I can't migrate projects to a new workspace in the new FB.  How to win here?  Errors do not appear anywhere?  That correct?

Thank you

You can send the error log (.log files), you can find in the .metadata folder in your workspace directory.

Although the preferred method exports, as a solution, you can try to copy the projects from this workspace directory to the new directory of the workspace.

Thank you

-Sunil

Tags: Flash Builder

Similar Questions

  • Extension for CS 5, 6 and versions CC in Flash Builder 4.6 fails to initialize

    Hi all

    I develop an extension for Illustrator CS5, 6 and CC versions. I use the versions of Flash Builder 4.6 and Extension Builder 2.1. When I create a new project and add a minimal support for CS5, I am unable to view the design of the project resulting. I don't understand why. If I add a minimal help for CS6, design mode works very well. What is behavior?

    Also, I expect to use datagrid spark in my extension, it supports smooth scrolling. I'm not able to do the same, as the extension never initializes.

    Here's the screeshot of the compiler settings:

    issue1.jpg

    And here's what I get the error:

    issue.jpg

    What can I do to make my work?

    Hello

    Unfortunately, the Design view is completely unusable with the Extension Builder 3.4 needed to create a CS5 extension... So, you will see a black screen instead of your user interface. The only solution is to write your code and test. Previous versions of Extension Builder working on a previous version of Flash Builder and Design mode worked as expected...

    Best,

    Luca

  • Find the height/width of the Flash Builder project

    Hey,.

    How do you find the height/width of the project as an integer to use in the code. I found stage.stageWidth but who does not display anything when I try and use it

    Thank you

    Chris

    > I am doing in a project mobile btw, if that makes a difference

    He would try flash.system.Capabilities.screenResolutionX

  • Flash Builder 4.6 fail... Download button does nothing!

    any suggestions? anyone?

    Thank you very much

    If you are not able to click on the download button, then please try another web browser.  It is likely that your security, add-ons, or toolbars blocking the availability of the download button.

  • Flash Builder ADEP connection with LCD screens project

    I installed Flash Builder to talk about BlazeDS, but never at LCD screens in the context of a request of the ADEP.

    I am particularly interested in this area of my project properties:

    adep_ss12.jpg

    What should I do to get my build connected to the ADEP LCD screens?

    Thanks in advance!

    Here's my quick start for people with experience in Blaze DS or LCDs. Instructions are based on documentation... it's just a quick start to get you up and running quickly.

    The part you are looking for is the create a Flash Builder project for the echo service customer . This pulls in the configuration files when you create the project of the ADEP.

    http://blogs.Adobe.com/kmossman/files/2011/10/ADEP-data-services-quick-start.PDF

    Post edited by: Kurt Mossman

  • App packaging and Code-signing (Flash Builder Burrito)

    Hi guys,.

    I would like to know if the function "export version Release" (the tab Flash Builder project in the top menu) does not work correctly or if I should use the command line for the packaging. I see that my .bar includes the META-INF / "MANIFEST. MF' it's supposed to get generated only after the signature of the app.

    Thank you

    Hi daniel,.

    Yes, you should always use the tools of command line to package and sign your applications. There is a bug in the IDE that prevents it to properly sign the app here is a thread that can help you with the signature of the command line:

    http://supportforums.BlackBerry.com/T5/Tablet-OS-SDK-for-Adobe-Air/useful-tip-package-images-via-com...

    Good luck!

  • Flash Builder 4.7 on Win7(64bit) can not debug on device ios - Air 19.0, iTunes 12.3, ios 9.0 latest

    Debugging on device worked fine then suddenly stopped a couple of weeks.

    I think that this has coincided with an update to iTunes, but cannot be sure cos I've had in a few days. many versions of compilers Air reloading, iTunes and trawling through dozens of related posts for the same problem with older combos Air/iTunes and I forgot how it started!

    Current error on compiling to debugging the ActionScript Mobile iPad device Air2 project creates the ipa file and then fails on install device with the error "unable to enumerate devices.

    "idb.exe - devices ' of Air 19.0 compiler detects correctly connected devices.

    I tried:

    -uninstall all the programs Apple (iTunes, support MobileDevice, Hello, Apple Software Update, App Support(32&64bit)) and Java and Adobe FlashBuilder then reinstall after a reboot.

    -Create a Flash Builder project

    -installation of Air 3.4, 18.0, 19.0

    -installation of iTunes 12.0.1, old 12.1.3 video cards (for), old video cards of 12.2.2 (for), 12.1.2 12.2.2 12.2.25

    -8 and 9.0 on the ipad ios

    Different combinations give different errors, but none work.

    I can load ipa to the device using iTunes, but does not connect compilation of debug debugger on usb.

    Will also load Simulator but as app for Retina display I don't see entire application on the screen (but that's another problem-_-)

    This problem seems to have been around for a few years with each new Air/iTunes combo.

    Does anyone have a current solution?

    Thank you

    Problem solved with 20.0 beta Air.

    The solution to this problem posted by team Adobe Air here:

    post # 39

    The AIR 17 iOS - impossible to enumerate devices.

  • (number of flash builder) Web service method binding

    I have a new Flash Builder project (Flex), there essentially combo in it 2 boxes. I have added a web service, the service is called uws_lookups and has 2 methods, lookupLanguage and lookupCountry.

    If I bind a combobox control to the result of one of these services, that everything works as expected, here is the code:

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx"
          xmlns:uws_lookups="services.uws_lookups.*"
          minWidth="955" minHeight="600">
     <fx:Script>
      <![CDATA[
       import com.adobe.serializers.utility.TypeUtility;
    
       import mx.controls.Alert;
       import mx.events.FlexEvent;
    
       protected function comboBox_creationCompleteHandler(event:FlexEvent):void
       {
        lookupCountryResult.token = uws_lookups.lookupCountry();
       }
      ]]>
     </fx:Script>
     <fx:Declarations>
      <s:CallResponder id="lookupCountryResult"/>
      <uws_lookups:Uws_lookups id="uws_lookups"
             fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
             showBusyCursor="true"/>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
     </fx:Declarations>
     <s:ComboBox id="comboBox" creationComplete="comboBox_creationCompleteHandler(event)" labelField="countryName">
      <s:AsyncListView list="{TypeUtility.convertToCollection(lookupCountryResult.lastResult.Tables.Country.Rows)}"/>
     </s:ComboBox>
     <s:ComboBox/>
    </s:Application>
    

    As you can see the combobox control is bound, the results are returned and displayed, however when I link the second box to the other method Flash Builder is the most stupid thing ever:

    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
          xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx"
          xmlns:uws_lookups="services.uws_lookups.*"
          minWidth="955" minHeight="600">
     <fx:Script>
      <![CDATA[
       import com.adobe.serializers.utility.TypeUtility;
       
       import mx.controls.Alert;
       import mx.events.FlexEvent;
       
       protected function comboBox_creationCompleteHandler(event:FlexEvent):void
       {
        lookupCountryResult.token = uws_lookups.lookupCountry();
       }
       
       protected function comboBox2_creationCompleteHandler(event:FlexEvent):void
       {
        lookupLanguageResult.token = uws_lookups.lookupLanguage();
       }
       
      ]]>
     </fx:Script>
     <fx:Declarations>
      <s:CallResponder id="lookupCountryResult"/> 
      <s:CallResponder id="lookupLanguageResult"/>
    
      <uws_lookups:Uws_lookups id="uws_lookups" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)" showBusyCursor="true"/>
      <!-- Place non-visual elements (e.g., services, value objects) here -->
     </fx:Declarations>
    
     <s:ComboBox id="comboBox" creationComplete="comboBox_creationCompleteHandler(event)" labelField="countryName">
      <s:AsyncListView list="{TypeUtility.convertToCollection(lookupCountryResult.lastResult.Tables.Country.Rows)}"/>
     </s:ComboBox>
    
     <s:ComboBox id="comboBox2" creationComplete="comboBox2_creationCompleteHandler(event)" labelField="LanguageName">
      <s:AsyncListView list="{TypeUtility.convertToCollection(lookupLanguageResult.lastResult.Tables.Country.Rows)}"/>
     </s:ComboBox>
    
    </s:Application>
    

    Now, I'm sure that's not what I asked it to do, so I manually change the line of code to read correctly

    < s:AsyncListView list = "{TypeUtility.convertToCollection (lookupLanguageResult.lastResult.Tables.Language.Ro ws)}" / >

    Which allows the second combobox to work, but the original one (country) now displays [object: Language_type]

    I debug the application and both methods actually return the correct data, FB is just choosing to do something stupid when I add the second call.

    I've done the basics, deleted the project and has restarted, tried a different web service, tried different methods, but it seems that when I use several methods it fails, then please tell me, what I'm doing wrong because I know that Flash Builder cannot do this by its design.

    I'll post the response from the service in another post.

    Thanks for any help you have!

    Shaine

    It seems that the idea was in the code that you could not see. When you auto detects the type of back, all research methods * return as tables.table. _type.value, so when I add the second method to search for the second part for some reason any Flash Builder must code in classes _super_*.as, the Table.as and the Tables.as.

    Rename the Tables and the Table returns solves the problem and it works exactly as expected.

    I know I will regret it in a minute, but who put tips in the help files, or on the KB was a * really * useful thing to Adobe, I love your products, I love the samples and demos, but your doco sucks (sorry but this is the case).

    My apologies for the ranting, problem solved, strategy myself some points.

    Concerning

    Shaine

  • NullPointerExceptions endless in Flash Builder 4.5

    I have been using Flash Builder 4.5 with the kit Flex 3 SDK. 5 b on Mac OS X 10.8.2 for a few months. It was not an experience perfect - the software has a few bugs, but in general he worked until recently.

    Our application includes two Flash Builder 'projects', which refers to the other. Whenever clone us the repository, it is necessary to update the file .project of the primary project to include the new path of the secondary project.

    The last thing I did before all broken did was move the folder containing the project to a new location. As expected, when I open Flash Builder, it complained that it couldn't find my project files, and they were all marked as inaccessible in the "Package Explorer" view. I did not remove inaccessible project in my workspace, but I tried to re - import the main project of his new location. It was the first time I saw a dialog box that has haunted me since:

    'Building workspace' has encountered a problem. Errors occurred during the build. Details: Errors running 'Flex' on project 'configurator'. java.lang.NullPointerException

    The view of 'Problems' told me to return in the errorlog...

    Errors (2 items): an internal build error has occurred. See the error log for more information.

    .. but the error log was empty!

    The "Package Explorer" view has not changed (the new draft has not been listed) so I decided to just try the import again. When I chose the directory of the project, Flash Builder said that I couldn't import it because the project was already in the workspace. "But the Explorer Package says it's not... maybe he'll try again if I restart Flash Builder" I thought. I have bad thought. When I rebooted, it is what I saw:

    Could not create the view: an unexpected exception was thrown.

    java.lang.NullPointerException
        at com.adobe.flexbuilder.util.PathUtils.resolveLocaleInSourcePath(PathUtils.java:297)
        at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getProjectPath(ActionScriptProject.java:713)
        at com.adobe.flexbuilder.project.actionscript.internal.ActionScriptProject.getSourceContainers(ActionScriptProject.java:681)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.content.FlexPackageExplorerContentManager.getSourceRoot(FlexPackageExplorerContentManager.java:644)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.getWorkspaceRootChildren(FlexPackageExplorerContentProvider.java:152)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.getChildren(FlexPackageExplorerContentProvider.java:80)
        at com.adobe.flexbuilder.as.editor.ui.packageexplorer.FlexPackageExplorerContentProvider.inputChanged(FlexPackageExplorerContentProvider.java:449)
        [...]

    He could not yet list the projects so that I could remove the one that was the origin of the problem. A similar message was displayed in the mode "Editor." Deleting all files from the project did not help either. I was unable to set the workspace, and the only way I could continue to use Flash Builder has been creating a new workspace.

    Since then, I tried a lot of different things:

    • Reinstalled Flash Builder 4.5.
    • Reinstalled Flex SDK 3. 5b.
    • Excerpt from a six - month old version of the project.
    • Flash Builder 4.6 upgrade.
    • Created a new user profile on my computer.
    • Tried to remove some trace could have broken things:
      1. Instruments to monitor the process of Flash Builder affects all files.
      2. Uninstalled Flash Builder.
      3. Used find to locate include files builder or eclipse in their name.
      4. Delete all the files found in (1) or (3) who seemed possibly related to Flash Builder.
      5. Reinstalled Flash Builder.
    • Installed Flash Builder 4.5 on another Mac running Mac OS X 10.6.8.
    • Installed Flash Builder 4.5 in a Windows 7 VM.

    None has made any difference. It seems impossible.

    Other members of my team have worked on this project for a few years without running into this particular issue, yet now project versions from before that I started appear to be broken, and even with the help of new installations of Flash Builder on entirely different systems also violates.

    I don't know what is happening. It seems I must have done something else and forgot about it, because the current situation makes no sense. Someone has encountered this problem before? Do you have an idea what could be causing it, or that I could do about it?

    We finally found a solution. It's rather disappointing.

    Ignore any errors.

    Import your project files and activate the correct SDK version in the order you want. If you find yourself with a messed up view "Project Explorer", with just the close and reopen it or restart Flash Builder.

    Once the display of "Project Explorer" is available, select your primary project and run it. It should work!

  • Conversion of a Flash air project

    I am having trouble on how to convert my curent Flash Professional project in a project of AIR.

    I used Flash Pro to make animations with some minor coding in frames, and I use Flash builder to do the coding. However, I realized that my application needs to be able to use file system, which means I'll need to use the AIR API. However there is no way for me to import AIR for my flash builder project library, can someone help out me?

    Thank you

    Nevermind, I realized where (basically) is the library of the air. I put just kind of the entire AIR2.6 folder as source. So I can now import AIR classes.

    Well it is about response. But if someone might well want to tell me who, folders in the file system contains just AIR library?

  • Flash Builder does not respond when you try to export.  Another way to export?

    I can no longer export my project work for FlashBuilder 4.  Enforcement (FlashBuilder) crashes every time.  Is there a way to export the file (FXP) without using FlashBuilder?  Or y at - there a way to fix my FlashBuilder?

    Thank you.

    You should post this on the Flash Builder forum.

    You don't know how to export .fxp, but you can always zip your project file and use it to import.

    -Gerard

    http://www.gauravj.com/blog

  • Cannot export file zxp with Flash Builder, CSExtensionBuilder

    Hi all

    I write the Extension project on create. I build the success of this project. It has output swf file.

    I want to export to file .zxp to connect with the Plugin from the AI.

    In my project. I do the following:

    1. select export = > Adoble Creative Suite Extension Builder = > Creative Suite Extension and click on the Next"" button.

    2 Browe certificate, type the password and click on "Finish". Panel show current and visible.

    But no file in the export directory.

    My environment is:

    1. WinXPSP3
    2. Flash Builder 4.7 trial
    3. CSExtension 2
    4. CS6 IIlustrator
    5. CS6 Adobe Extension Manager

    What's wrong?

    Could you have another ideal for me.

    I try to use

    1. WinXPSP3
    2. Flash Builder 4.6 trial
    3. CSExtension 2
    4. CS6 IIlustrator
    5. CS6 Adobe Extension Manager

    My project exportable zxp success of file.

    But I can't run and debug my project with Flash Builder4.6.

    You have the same problem,

  • I have some difficulties to export a mobile application with Android Adobe Flash Builder Burrito

    Hi, eveybody.

    I do a simple mobile application with Adobe Flash Builder Burrito, and it works well on windows.

    Then, I want to export it as a .apk and install on the android emulator. But I failed. I have received a few messages as follows:

    E:\android\a\android-SDK-windows\platform-tools > ADB install Twitter.apk
    594 KB/s (875316 bytes in s 1.437)
    pkg: /data/local/tmp/Twitter.apk
    Failure [INSTALL_FAILED_INVALID_APK]

    Then I download AdobeAIRSDK2.6, unzip and copy the files in the sdk (D:\Program Adobe Adobe Flash Builder Burrito\sdks\4.5.0).

    "I change < application xmlns =http://ns.adobe.com/air/application/2.5> to < application xmlns ="http://ns.adobe.com/air/application/2.6">."

    Then he can't export it as a .apk...

    Thank you!

    Are you using the pre-release version of Burrito which was released to the MAX?  If so, I doubt that will support 2.6.  You can apply for the pre-release program get the latest versions.

  • Flash Builder - launch failed

    Hello

    I am new to Flash Builder and Action Script so this may be something obvious to others...

    Flash Builder is not re - generate swf and html files in the Bin-debug folder and therefore fails with the message "unable to launch. Here are the steps to reproduce the behavior:

    • Using Flash Builder 4 on Vista
    • create the folder NomMonProjet
    • File-> new-> ActionScriptProject (provide NomMonProjet)
    • Project-> build the project (creates html and swf files in bin-debug correctly)
    • Go to Flash Debug perspective and start the debugger; Browse the 'empty' OK code
    • Close project, close Flash Builder
    • Add the code AS
    • Open Flash Builder
    • Refresh (F5) file system
    • Project build
    • The debugger steps as if the FORMER Action Script code is in the file!
    • Project and build own workspace
    • All bin-debug files are deleted, but are NOT re-created.
    • Launching fails (they are a no files in the bin-debug folder)

    I made sure that the ActionScript compiler settings are "checked" to generate wrappers, system restarted, looked at the process in Windows Task Manager, searched the web, but all to no avail. I am convinced that there must be something simple I'm missing preventing a good compilation of my project (unless there is a serious bug on a part of the Adobe...)

    A big thank you to all those who care for help!

    Nick

    Hello

    Can you check the view of problems (below) to see if there are compilation errors?

    Or you can edit your hand LIKE file here and we can take a look.

    Thank you

    Rémy

  • Import projects to Flash Builder 4.7

    Hello

    We had to install 64-bit Windows for the best performance with the Flash Builder 4.7.

    We had also to uninstall Flash Builder 4.7 and install again.

    Now, we have about 50 projects and we do not want to import each one individually.

    Is it possible to import all the projects that are in the workspace file or does really add one after the other?

    Best IMO

    GoTo file > import... > General > existing projects into workspace

    Under "Select root", specify the path where all projects.

    All projects in this path will be imported into the workspace.

Maybe you are looking for