Automated APK publish to Android Market
I maintain a suite of Android applications, all of which are built using Maven to have their own APK files. These get uploaded manually to the Android Market via the publisher web UI.
Periodically, I'll update a common library component that all the applications use, and I'll re-build all the applications that depend on it, resulting in a suite of new APKs. What I then need to do is publish all of these updated APKs to the Market.
Doing this for many applications at once is time-consuming - I would really like a way to automate the process.
Does anybody know of a way to publish a 'Market-ready' (i.e. already packaged, signed, zipaligned etc.)开发者_JAVA百科 APK to my account in the Android Market in a scriptable fashion? I can upload from *nix or Windows platforms. Extra credit if there's a nice way to wire this into a Maven build.
Many thanks in advance!
精彩评论