简体   繁体   中英

Processing Run on Android

So I'm trying to test out processing for Android. I have a simple sketch ready and want to run it on my Android device. But I cant get it to work. And it isn't a problem with my sketch; the example sketches also won't run. I have the SDK downloaded and configured correctly but when I compile it and run, it gives me this error:

BUILD FAILED
/Users/Gurpreet/Desktop/Programming/android-sdk-macosx/tools/ant/build.xml:720: The following error occurred while executing this line:
/Users/Gurpreet/Desktop/Programming/android-sdk-macosx/tools/ant/build.xml:734: Compile failed; see the compiler error output for details.

Total time: 1 second

What can I do to get my sketch to run on my phone?

I had this kind of error and it was because of this 2 things, first I needed to install the driver for my cell phone and then set my phone to develop mode. Try doing this 2 things.

Regards Jose.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM