I need to have 64-bit JDK installed for Android Studio (this also means having JAVA_HOME
set to 64-bit JDK).
I also have installed 32-bit JRE and in Flex SDK jvm.config
file I specified path to it (I know Flex SDK uses it because I got Windows firewall warning about 32-bit java.exe
starting up when I compiled my project).
But still in FlashDevelop I get Error details: System.BadImageFormatException: Próbowano załadować program w niepoprawnym formacie. (Wyjątek od HRESULT: 0x8007000B)
.
How can I fix this?