hey there,
I'm currently trying to run a processing sketch on my android tablet.
- I installed the latest java version, the android SDK and processing 2.2.1. (running on Windows 7)
- Via the Android SDK Manager I installed the latest android SDK Tools as well as API 22, API 19 and API 10. In Extras I also downloaded and installed the Google USB Driver
- My android SDK path points to the same location as my Android SDK Manager.
- I set up my Environment variables as explained in http://forum.processing.org/one/topic/android-problems.html here is my "path": C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\ProgramData\Lenovo\ReadyApps;%JAVA_HOME%;%ANT_HOME%;%ANDROID_HOME%;%ADB_HOME%;C:\Program Files (x86)\Java\jdk1.8.0_45\bin;C:\Users\ygruner\AppData\Local\Android\android-sdk\tools\ant
- I can also open the AVD Manager and start an emulator
Even though I think I installed everything correctly and read all forum posts regarding this error I still can not seem to be able to fix this and launch my sketch on my android device. I'm constantly getting the error shown below:
BUILD FAILED C:\Users\ygruner\AppData\Local\Android\android-sdk\tools\ant\build.xml:716: The following error occurred while executing this line: C:\Users\ygruner\AppData\Local\Android\android-sdk\tools\ant\build.xml:730: Error running javac.exe compiler
Total time: 0 seconds
has anyone an idea on how to fix this problem?