This object doesn't seem to want to compile. I am using Fusion Developer 2.5 (Build R291.6) with the latest Android Exporter. I added the extension and it started making my export fail. I then created a brand new application and ONLY added the extension, with no events and it still won't compile. Here is the error log:
-compile:
[javac] Compiling 371 source files to C:\Users\CB\AppData\Local\Temp\AndDD0D.tmp\bin\cla sses
[javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
[javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
[javac] C:\Users\CB\AppData\Local\Temp\AndDD0D.tmp\src\Ext ensions\CRunCalcRect.java:193: error: method textAlignment in class CServices cannot be applied to given types;
[javac] CServices.textAlignment(0), 1.0f, 0.0f, false);
[javac] ^
[javac] required: int,boolean
[javac] found: int
[javac] reason: actual and formal argument lists differ in length
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error
[javac] 3 warnings
BUILD FAILED
D:\PROGRAMMING\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line:
D:\PROGRAMMING\android-sdk\tools\ant\build.xml:730: Compile failed; see the compiler error output for details.
Total time: 5 seconds