Loading...
Logo
Processing Forum

error in processing IDE

in Android Processing  •  1 month ago  
have downloaded processing, android emulator and all the programs that are needed for writing android-program in processing. However, when I try to run one of the example-codes in processing, I get the following error message:

Error from inside the Android tools, check the console

BUILD FAILED C:\DOCUME~1\user\LOCALS~1\Temp\android7647730120087304815sketch\build.xml:13: Cannot find C:\Documents and Settings\user\ש×?×?×?×? ×?×¢×?×?×?×?\adt-bundle-windows-x86\sdk\tools\ant\build.xml imported from C:\DOCUME~1\user\LOCALS~1\Temp\android7647730120087304815sketch\build.xml

Total time: 1 second


What can I do to solve it?

Code of an artificial-life simulation in processing will be given to the honorable answerer (if it will actually solve it..(-: )


Replies(1)

I guess PDE console has given you more details about the error. Just quoting "BUILD FAILED" is not enough to diagnose the problem.

Also you may find useful to read this thread, 

where are described most common problems when beginning Android development with PDE and corresponding solutions.

Also there's processing Android wiki, where you may find answer to your problem