No problem. A few months ago, I got hit by a corrupted keystore and couldn't
use the same package name, otherwise bad things happened on app upgrade. So
I went through the same thing.
On Fri, Feb 13, 2009 at 5:19 PM, Java Developer wrote:
>
> Hey Shane,
>
> Thanks for the help. I took a look at t
Hey Shane,
Thanks for the help. I took a look at the Android Market "tech
questions forum" and it appears this is effecting many people. So,
without a clear solution in place I went ahead and refactored as you
suggested. It was tougher than just hitting the "refactor" button in
Intelij as I had o
You probably just need to update the AndroidManifest.xml after the refactor.
On Fri, Feb 13, 2009 at 2:54 PM, Java Developer wrote:
>
> Intellij Yes, clicking "refactor" was easy enough. But after doing
> so the app will not install. I have checked for all instances of the
> package name and
Intellij Yes, clicking "refactor" was easy enough. But after doing
so the app will not install. I have checked for all instances of the
package name and no more were found. So, obviously there is more to it
than "letting the ide do the work". I went further and re-built the
Project using the a
> On Feb 13, 4:19 pm, Shane Isbell wrote:
>> In not using Android Market (restricted by terms), but I always put a v[x]
>> into the namespace, something like com.sweat.startup.v1. This allows me to
On Fri, Feb 13, 2009 at 11:28 PM, Java Developer wrote:
>
> Hi Shane,
>
> Thanks for the reply. Un
Hi Shane,
Thanks for the reply. Understood, that would work, but that is really
not a good solution. This would require a major refactoring.
There must be a way to upgrade/upload from suspended status? Has
anyone else been able to do this? I have tried on Firefox, Safari, and
Opera (all on the M
In not using Android Market (restricted by terms), but I always put a v[x]
into the namespace, something like com.sweat.startup.v1. This allows me to
handle signing the same app with different keys and so forth, merely by
incrementing or changing the version within the namespace,
com.sweat.startup.
7 matches
Mail list logo