[Bug - Beta 28 - plugin AndroidLight]
if I put the plugin "android light" it made mistakes when building the application. if I remove the plugin everything works fine when building the application
------------------------------------------------
Buildfile: C:\Users\SEVENN~1\AppData\Local\Temp\And5B1A.tmp\b uild.xml
-set-mode-check:
-set-debug-files:
-set-debug-mode:
-debug-obfuscation-check:
-setup:
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\Users\SEVENN~1\AppData\Local\Temp\And5B1A.tmp\b in\res
[echo] Gathering info for RuntimeAndroid...
[setup] Android SDK Tools Revision 19
[setup] Project Target: Android 3.2
[setup] API level: 13
[setup]
[setup] ------------------
[setup] Resolving library dependencies:
[setup] No library dependencies.
[setup]
[setup] ------------------
[setup] API<=15: Adding annotations.jar to the classpath.
[setup]
[setup] ------------------
-build-setup:
[mkdir] Created dir: C:\Users\SEVENN~1\AppData\Local\Temp\And5B1A.tmp\b in\classes
-pre-build:
-code-gen:
[echo] ----------
[echo] Handling aidl files...
[aidl] No AIDL files to compile.
[echo] ----------
[echo] Handling RenderScript files...
[renderscript] No RenderScript files to compile.
[echo] ----------
[echo] Handling Resources...
[aapt] Found Deleted Target File
[aapt] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Compiling 299 source files to C:\Users\SEVENN~1\AppData\Local\Temp\And5B1A.tmp\b in\classes
[javac] C:\Users\SEVENN~1\AppData\Local\Temp\And5B1A.tmp\s rc\Extensions\CRunAndroidLights.java:214: cannot find symbol
[javac] symbol : method uiThreadRun(<anonymous java.lang.Runnable>)
[javac] location: class Objects.CExtension
[javac] ho.uiThreadRun(new Runnable()
[javac] ^
[javac] 1 error
BUILD FAILED
C:\Program Files (x86)\Android\tools\ant\build.xml:651: The following error occurred while executing this line:
C:\Program Files (x86)\Android\tools\ant\build.xml:672: Compile failed; see the compiler error output for details.
Total time: 5 seconds
--------------------------------------------------------------------------