build.xml:266: null returned: 3
in
Android Processing
•
1 year ago
I've just started programming for android and thought of using Processing as it would speed up the learning process. I've installed everything required and can run all examples besides the OpenGL. But all I need is OpenGL, I can run all other examples in the emulator and on my htc tablet but cant get anything with OpenGL to work.
This is the error:
- BUILD FAILED
- C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:851: The following error occurred while executing this line:
- C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:853: The following error occurred while executing this line:
- C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:865: The following error occurred while executing this line:
- C:\Program Files (x86)\Android\android-sdk\tools\ant\build.xml:266: null returned: 3
- Total time: 8 minutes 29 seconds
I've reinstalled ANT, SDK, Processing, the lot to no avail. Is Opengl part of the processing core or do I need to move some libraries around to get it to work? Am I required to modify the build file even though it's an example?
Any help would be greatly appreciated.
1