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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

