Flex 4.5 - to long build process

后端 未结 3 1628
庸人自扰
庸人自扰 2020-12-07 05:04

We are developing an app using flex 4.5. The app runs just fine (no performance issues at all) but it takes us forever to compile and build it. A minor change, like just add

3条回答
  •  失恋的感觉
    2020-12-07 06:01

    How to fix slow build time when trying to use the debugger on Flash Builder 4.6 Mobile Apps

    I ran into the same problem. Here is how you fix it.

    It seem when you build a mobile app with a Server Connection like PHP it writes all of the files on the server Directory..

    When it come time to compile the app to debug it packages all of the sitting in the server directory. To fix this issue do the following.

    • Properties of the project.
    • Flex Build Packaging
    • for this example Pick Google Android.

    Package Contents. UnSelect anything that does not belong in your project..

    After doing this build time when from 30 minutes to under 10 seconds..

提交回复
热议问题