Compile-Error for Android since 0.9.10.5810

Hi,

up to Fuse 0.9.9.5742 i hat no Problem with my new Project. Since the last Update to 0.9.10.5810 (Yesterday) i am not able to build a Preview for Android. A local Preview runs withour any problem.

Error:

'-compile: [javac] Compiling 51 source files to C:…\build\Android\Debug\vServerControl\app\src\main\bin\classes [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:…\build\Android\Debug…\app\src\main\java\com\Bindings\ExternedBlockHost.java:31: error: cannot find symbol [javac] window.setStatusBarColor(color); [javac] ^ [javac] symbol: method setStatusBarColor(int) [javac] location: variable window of type Window [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error [javac] 3 warnings

BUILD FAILED C:…\Fusetools\Fuse\Android\AndroidSDK\tools\ant\build.xml:720: The following error occurred while executing this line: C:…\Fusetools\Fuse\Android\AndroidSDK\tools\ant\build.xml:734: Compile failed; see the compiler error output for details.

Total time: 2 seconds (unknown): E0200: Android build failed – rerun with ‘-v’ for more information (32,841.47 ms)

Build completed in 63.92 seconds. 0 Warning(s) 1 Error(s)

Can anybody help me, to identify why there is an Error in “window.setStatusBarColor(color)”?

I solved the Problem. Obviously i set the wrong compileVersion for the Android-SDK.

Now it’s working again.

Thank you

Sorry for not getting back to you earlier, but good to hear you got it working!