Resubmitting request for issue #1361: added command-line support for Android mode only#1736
Resubmitting request for issue #1361: added command-line support for Android mode only#1736pif wants to merge 7 commits intoprocessing:masterfrom
Conversation
|
You'll need to do a pull first; these files have moved due to the changes I mentioned earlier. They'll be moving again sometime in the next 72 hours when Android gets its own repo, so you might even want to wait a short bit so that you're not chasing things... |
|
Oh.. I just updated my branch, so I'll be chasing things locally :) |
|
Alright, we're set with the new repo: https://github.com/processing/processing-android All issues will be moving over there eventually, but that's the place to submit patches and where all development will be happening. Thanks for your help! |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Hi, @benfry!
Resubmitting with android-related changes only.
As I see,
processing-javais copied fromprocessingscript during the build process. But I didn't touchbuild/build.xmlforprocessing-android. I'm not sure If you want android-related code there now.//... from the previous pull-request:I added
processing.mode.android.Commander, which can be used for Android command-line build.And here's the corresponding shell-script:
build/linux/processing-android. It is the same asprocessing-javabut calls another class at the end.