[android-developers] Re: Application not installed - anyone have thoughts as to why?

2010-05-06 Thread stanlick
I have a similar issue with the Application not installed Unfortunately, I do not have the luxury of removing the application on account of a database. Strangely, after the download, install and prompts to proceed, I get the screen telling me Application not installed and the following message in

[android-developers] Re: Application not installed - anyone have thoughts as to why?

2010-04-14 Thread Edward Falk
If you check your logcat messages, you'll probably get your answer, but I'll tell you here anyway: You're not allowed to replace an application with another that has a conflicting signature. It's an obvious safety feature. So uninstall your old version and then install the new version. -- You

[android-developers] Re: Application not installed - anyone have thoughts as to why?

2010-04-14 Thread DonFrench
Thanks, Mark. Uninstalling first did the trick. On Apr 14, 6:13 pm, Mark Murphy mmur...@commonsware.com wrote: DonFrench wrote: I have successfully installed my (first) app many times to my Nexus One directly from Eclipse   But now I want to distribute it to some testers.  So I exported

[android-developers] Re: Application not installed - anyone have thoughts as to why?

2010-04-14 Thread DonFrench
Thanks, I figured that out from Mark's answer but what did you see in the logcat message that you thought would tip me off? On Apr 14, 8:02 pm, Edward Falk ed.f...@gmail.com wrote: If you check your logcat messages, you'll probably get your answer, but I'll tell you here anyway: You're not