Solved! Go to Solution.
While the previous answer is a very good answer and explanation in general, in order to know if 15 min. is normal we'll need some more information.
15 minutes on a non-fully customized Sample Flex Viewer 3.0 build?
You posted "I'm using Flash Builder 2.6".
Did you mean 4.6?
How many widgets/modules do you have set to compile?
Can you post your hardware specs?
Brett,
The time your project takes to compile and export is effected by a number of different things, such as:
1. RAM and processing power of the machine you are on (This is probably the most important),
2. How many modules you are trying to compile (do not compile functionality that you are not using)
3. The amount of images you have in your assets/images folder remove those not required.
You should only need to export once you have a version that you want to publish. If you want to check your work as you are going along you do not need to export you can click the play button and check your work against your bin-debug version, ensure you have build automatically turn on.
Regards
Anthony