Does anybody know the command line to repeat the build process for a temporary build directory (found on disk after “Run in emulator”)? The Processing for Android site states unter ‘What’s new in version 4’: “The export project option in the PDE will now create a Gradle project that you can build directly from the command line”.
My goal is to replace one (1) file in the app’s assets directory and re-build as quickly as possible, as I plan to give each user of my sofware an individual apk with an individual file (via my own site, not Play Store).
If a command line build wouldn’t be much faster than building through PDE: Alternatively, I’m looking for a command line to re-sign an apk (the one generated by “Run in Emulator”) with the developer key after replacing a file in the apk (unzip, replace file in app’s assets directory, zip, sign).