Re: [android-developers] Unpublishing an APK

2013-02-03 Thread TreKing
On Sun, Feb 3, 2013 at 7:54 PM, dashman wrote: > what version control system is recommended - i.e. works with eclipse I don't think there's anything that's "recommended" - use what you like and works for you. I use SubVersion and I played with plugins that integrated with Eclipse, but ultimate

Re: [android-developers] Unpublishing an APK

2013-02-03 Thread TreKing
On Sun, Feb 3, 2013 at 3:14 PM, John Coryat wrote: > It see the "unpublish" option that I think that would remove the entire >>> app from the store. >>> >> >> Correct. You don't want to do that. >> >> I've used the "unpublish" option when I've been in a similar situation. > It doesn't seem to be

Re: [android-developers] Unpublishing an APK

2013-02-03 Thread dashman
The OPs problem seems to be solved and maybe answered. So...mini-hijack. what version control system is recommended - i.e. works with eclipse -- -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to andr

Re: [android-developers] Unpublishing an APK

2013-02-03 Thread John Coryat
> > > >> It see the "unpublish" option that I think that would remove the entire >> app from the store. >> > > Correct. You don't want to do that. > > I've used the "unpublish" option when I've been in a similar situation. It doesn't seem to be harmful and seems also to happen very fast. Getti

Re: [android-developers] Unpublishing an APK

2013-02-02 Thread TreKing
On Sat, Feb 2, 2013 at 8:08 PM, Jake Colman wrote: > I uploaded a new APK and discovered a bug a stupid oversight (I forgot > to turn off my debug flag). > You no longer have to manually change the debug flag. Just omit it. When your run through Eclipse (using the debug certificate) it's enabled

[android-developers] Unpublishing an APK

2013-02-02 Thread Jake Colman
I uploaded a new APK and discovered a bug a stupid oversight (I forgot to turn off my debug flag). I quickly fixed it, updated the manifest with a new version code (but kept the same version name) and uploaded a new APK. Elapsed time from the mistake until the correction was about 5 minutes. I