How to create a 64 bit desktop application (AIR) using Flash builder

允我心安 提交于 2021-02-10 14:39:04

问题


I need to convert my adobe air application (using Flex 4.6.0.) into 64 bit desktop application (Mac OS and Windows).

Could you explain how to do ?

Indeed, macOS Catalina (macOS 10.15) won't support 32 bit apps !

So I need to find an alternative quickly.

Thanks for helping.

Best regard


回答1:


In order to update to 64 bit, you will have to update your sdk. 4.6 version is very old (2012 maybe?).

First update your SDK to AIR 32.

Then you can use tag <architecture>64</architecture> in the application.xml file to force 64bit compile.

This works both in windows and mac for desktop apps.



来源:https://stackoverflow.com/questions/57373855/how-to-create-a-64-bit-desktop-application-air-using-flash-builder

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!