Skip to main content
yashy2823074
Inspiring
December 10, 2018
Answered

64 bit Flex based Desktop application

  • December 10, 2018
  • 1 reply
  • 4616 views

How to create a 64 bit desktop application using Flash builder and Flex SDK ?

This topic has been closed for replies.
Correct answer gfantiniAqua

Hi, I follow really simple steps as mentioned below:

Updated environment variable.

New -> Action Script project -> Project will use AIR SDK 31 -> Finish -> Right click Export -> Release build -> Signed application with Captive runtime -> Finish -> Creates a 64 bit setup

New -> Flex project -> Select Desktop & use default SDK(currently Flex 4.6.0) -> Finish -> Right click Export -> Release build -> Signed application with Captive runtime -> Finish -> Creates a 32 bit setup

I want to build a 64 bit setup with second case that is on creating new Flex project. What is it I am missing here ? Please help.Attached images for reference


I guess the problem is your SDK version. You said you're using Flex 4.6.0. This version does not support 64-bit targeting.

Get the latest Apache Flex from http://flex.apache.org/installer.html

That should do the trick.

1 reply

Amrita Gangwani
Adobe Employee
Adobe Employee
December 11, 2018

Hi,

Please refer Combined Windows 32-bit and 64-bit AIR SDK on Release Notes Flash Player 29 AIR 29 . For mac osx all applications are 64-bit by default.

Thanks!

yashy2823074
Inspiring
December 11, 2018

Hi,

I have updated AIR_WIN_ARCH value to 64 but even after that the flash builder is able to create 64 bit application on action script project only.

We however have a Flex project. When I export the flex project it is always created as a 32 bit application.

Can I somehow export a Flex project as a 64 bit application ?