otertool
otertool copied to clipboard
programmatic signJar
public static void signJar(String keystore, String keystorePassword, String jarFile, String alias) throws Exception{
// TODO: make this programatic, vs calling jarsigner
Android uses SignApk which should be helpful. I modified it slightly for my apks project which just uses the default test cert.
Yeah, I remember starting down that path at first. When I get some more free time ill look deeper into it. Thanks.