Adobe-Runtime-Support icon indicating copy to clipboard operation
Adobe-Runtime-Support copied to clipboard

Flashdevelop, unable to upgrade air33. What is the setting method?

Open ydkgame opened this issue 1 year ago • 5 comments

image image

image

ydkgame avatar Aug 05 '22 17:08 ydkgame

Value is 33.1 with SWF version of 44. I've not actually tried that approach though, I tend to just use the SDK manager and then manually add -swf-version=44 to the additional compiler arguments....

ajwfrost avatar Aug 06 '22 05:08 ajwfrost

Is there a tutorial for this manual setting?

ydkgame avatar Aug 06 '22 06:08 ydkgame

image

RayGyoe avatar Aug 07 '22 12:08 RayGyoe

image image image image Failed to publish successfully through configuration。。。。

ydkgame avatar Aug 08 '22 13:08 ydkgame

I think the other part that would need to be set up in Flash Develop is the "SetupSDK.bat" file, that is probably created for you under the "bat" folder in your project. This I think would reflect the default settings, e.g. when I look at a file that I've got, I see:

:: Static path to Flex SDK
set FLEX_SDK=C:\Adobe\AIR32

which is an older SDK; I need to change that (or perhaps change the value of FD_CUR_SDK somehow) in order to make it run the correct version of ADL.

You should be able to edit the batch files there, to then see more info, e.g. in "RunApp.bat"

echo.
echo Starting AIR Debug Launcher...
echo.

could become

echo.
echo Starting AIR Debug Launcher within folder %FLEX_SDK%\bin...
echo.

thanks

ajwfrost avatar Aug 16 '22 12:08 ajwfrost