This content has been marked as final.
Show 2 replies
-
1. Re: Build 4.6
swartzbaugh3 Feb 3, 2012 8:06 AM (in response to Galip39290)I'm also unable to compile the 4.6 sdk. I am able to build all previous versions but 4.6 throws a ton of errors.
Has anyone been able to successfully build sdk 4.6 on windows?
To build I did the following:
cd FLEX_HOME/frameworks/
ant
Am I missing something? Like I said, I was able to successfully build all previous versions doing this.
-
2. Re: Build 4.6
Innovatology Apr 29, 2013 5:44 AM (in response to swartzbaugh3)The build.xml file probably contains an incorrect version:
<property name="playerglobal.version" value="11.0"/>
Your environment variable PLAYERGLOBAL_HOME should point to a directory containing various version numbers. The version number specified above must exist and contain the relevant playerglobal.swc file.

