-
-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run program "keytool" #254
Comments
Actually the
I could alias it, and managed to build the example application succesfully.
This step is not documented. Should we document it in Getting started tutorial? |
@nclavaud thanks for your report, and the workaround. The mode should not try to run a missing keytool binary though. Will look into it! |
I have experienced this on Ubuntu 16.04 as well. I had to install the java SDK though to get access to the key tool and perform the above workaround. |
actually we have the same issue with linux mint 18 64 bits, and where can i'm gona donate for processing for android |
Looks like this is due to an omission in Processing's build file, which is removing keytool on Windows and Linux https://github.com/processing/processing/issues/3288 |
I'm running
Processing 3.2.1
onUbuntu 16.04.1
and I have installedAndroid mode 3.0.1
using the Contribution Manager. I have been prompted to install the Android SDK and I end up withAndroid SDK 6.0 (23)
installed.When trying to run the Getting started tutorial app on my device, I get the build error below, complaining file
java/bin/keytool
cannot be found.Indeed the file does not exist on my machine.
Did I miss something?
The text was updated successfully, but these errors were encountered: