Re: [android-developers] apkbuilder was deleted, how to replace it?

2013-05-21 Thread Felipe Monteiro de Carvalho
Hello, It would be great if it could be added back, or something equivalent, because otherwise from what I see then I will have to write a program to zip the parts, which adds to the complexity of the build system. The build system so far was very nice, everything could be done with 1 single

[android-developers] apkbuilder was deleted, how to replace it?

2013-05-18 Thread Felipe Monteiro de Carvalho
Hello, I wish to build Android applications in Windows while having to install the smallest amount of stuff possible. In particular without installing ant. So I developed my own batch script which builds the APK. It uses the tools that come in the SDK and it has worked great for something like

Re: [android-developers] apkbuilder was deleted, how to replace it?

2013-05-18 Thread Xavier Ducrohet
apkbuilder has been deprecated for a very long time. There is no new command to replace it. I'll have to see if we can put it back but as we are moving away from Ant to Gradle, we may not be able to keep this. Note that the only thing that this does is packaging files together in a zip file