actionscript 3 - FlashBuildeC native extension 'InputMethodContext' required by the application was not found -
i working on existing flex project , using flashbuilder. use flashbuilderc , fb.exportreleasebuild ant task schedule nightly builds.
it seems have problem native extensions.
fb.exportreleasebuild] com.adobe.air.invalidinputexception: implementation f or native extension 'inputmethodcontext' required application not fou nd target platform
using flash builder gui, can build , package project
this build.xml
<?xml version="1.0"?> <project default="main"> <target name="main"> <fb.exportreleasebuild project="myproject" /> </target> </project>
and script use
set workspace=path_to_my_workspace rem works either flashbuilderc.exe or eclipsec.exe "c:\program files\adobe\adobe flash builder 4.7 (64 bit)\flashbuilderc.exe" ^ --launcher.suppresserrors ^ -nosplash ^ -configuration c:\flashbuilderconf ^ -application org.eclipse.ant.core.antrunner ^ -data "%workspace%" ^ -file "%cd%\build.xml"
am missing anything?
Comments
Post a Comment