problem running processing as android
in
Android Processing
•
1 year ago
I have problem running processing as android both in emulator and device , with processing-2.0a5 and processing-1.5.1 . at first the error was regarding build.xml . Error: You are using an obsolete build.xml You need to delete it and regenerate it using android update project
I searched internet and tried to solved that , I download platform 12 ,14 , 7,8 ! update my project and .... but still it gives me this error in processing-2.0a5:
and I run a lot of android project in eclipse both on emulator and device without any problem ! what's the problem ?
BUILD FAILED
D:\programs\android\tools\ant\build.xml:818: The following error occurred while executing this line:
D:\programs\android\tools\ant\build.xml:820: The following error occurred while executing this line:
D:\programs\android\tools\ant\build.xml:832: The following error occurred while executing this line:
D:\programs\android\tools\ant\build.xml:278: null returned: -1
Total time: 9 seconds
Buildfile: C:\DOCUME~1\matdator\LOCALS~1\Temp\android1793794428052637380sketch\build.xml
-set-mode-check:
-set-debug-files:
-set-debug-mode:
-debug-obfuscation-check:
-setup:
[echo] Creating output directories if needed...
[mkdir] Created dir: C:\DOCUME~1\matdator\LOCALS~1\Temp\android1793794428052637380sketch\bin
[mkdir] Created dir: C:\DOCUME~1\matdator\LOCALS~1\Temp\android1793794428052637380sketch\bin\res
[echo] Gathering info for sketch_apr17f...
[setup] Android SDK Tools Revision 19
[setup] Project Target: Android 2.3.3
[setup] API level: 10
[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:\DOCUME~1\matdator\LOCALS~1\Temp\android1793794428052637380sketch\gen
[mkdir] Created dir: C:\DOCUME~1\matdator\LOCALS~1\Temp\android1793794428052637380sketch\bin\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] Generating resource IDs...
[echo] ----------
[echo] Handling BuildConfig class...
[buildconfig] Generating BuildConfig class.
-pre-compile:
-compile:
[javac] Warning: R.java.d modified in the future.
[javac] Warning: changethispackage\beforesubmitting\tothemarket\sketch_apr17f\BuildConfig.java modified in the future.
[javac] Warning: changethispackage\beforesubmitting\tothemarket\sketch_apr17f\R.java modified in the future.
[javac] Compiling 3 source files to C:\DOCUME~1\matdator\LOCALS~1\Temp\android1793794428052637380sketch\bin\classes
-post-compile:
-obfuscate:
-dex:
[dex] Converting compiled files and external libraries into C:\DOCUME~1\matdator\LOCALS~1\Temp\android1793794428052637380sketch\bin\classes.dex...
1