Great! Thanks :)
Just what I needed.

On Oct 12, 8:07 pm, hackbod <[EMAIL PROTECTED]> wrote:
> An .apk is really just a zip file, so you can manipulate it with
> standard tools.  Note that you will also need to re-sign any .apk you
> generate.
>
> On Oct 12, 7:57 am, legerb <[EMAIL PROTECTED]> wrote:
>
> > Is it possible to repackage an existing .apk file?
> > I would like to give each user that will download my app a unique user
> > id, which would be stored in a properties file inside the .apk. Is it
> > possible to "unzip"/extract the existing apk on my server, replace the
> > properties file, and then "zip" it back, without compiling a new .apk?
> > (I prefer to avoid getting the id through httprequest)
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to