Skip to main content
yashy2823074
Inspiring
December 10, 2018
Answered

64 bit Flex based Desktop application

  • December 10, 2018
  • 1 reply
  • 4637 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 13, 2018

Can someone please respond to this ?

Please confirm if this is not feasible. We need to take a decision on the applications fate.

mingtianjian
Inspiring
December 14, 2018

Hi mingtianjian

Adding <architecture>64</architecture> to flex project gives below error on exporting:


I use Flex Builder 4.7,    AIR30.0