• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Problem with Flash Builder command line build using Apache Ant(<fb.exportReleaseBuild> task)

New Here ,
Sep 22, 2015 Sep 22, 2015

Copy link to clipboard

Copied

When I use <fb.exportReleaseBuild> task to build by command line, one error occurred.

(FlashBuild4.7 premium)

======

fb.exportReleaseBuild] com.adobe.air.InvalidInputException: An implementation f

or native extension 'InputMethodContext' required by the application was not fou

nd for the target platform.

======

Now my project used native extensions. (eg. libs/InputMethodExtension.ane)

So how am I write to build.xml for using native extensions.

Thanks!

Views

692

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 30, 2015 Sep 30, 2015

Copy link to clipboard

Copied

LATEST

Hi, I have the same issue.

Some details: The projects uses Native Extensions. Compilation and exporting from Flash builder are OK

This is my build.xml

<?xml version="1.0"?>

<project default="main">

    <target name="main">

        <fb.exportReleaseBuild project="myproject" />

    </target>

</project>

and I run it by using the following script

set WORKSPACE=path_to_my_workspace

REM works with 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"

and I get the same error

fb.exportReleaseBuild] com.adobe.air.InvalidInputException: An implementation f

or native extension 'InputMethodContext' required by the application was not fou

nd for the target platform

Am I missing anything?

Thanks

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines