[android-developers] Re: Application already deployed. No need to reinstall.

2010-04-05 Thread Eurig Jones
It's only happened to me once, so I had to recreate the project only once and it's not happened since. On Mar 29, 3:17 pm, Pinheiro rui.c.pinhe...@gmail.com wrote: I'm having the same problem and found the same solution but it's very, very annoying. It seems like some file has a date somewhere

[android-developers] Re: Application already deployed. No need to reinstall.

2010-03-29 Thread Pinheiro
I'm having the same problem and found the same solution but it's very, very annoying. It seems like some file has a date somewhere in the future or it's just a big bug in Eclipse. Anyone found a easier/faster way to solve this? -- You received this message because you are subscribed to the

[android-developers] Re: Application already deployed. No need to reinstall.

2010-02-14 Thread OldSkoolMark
run adb uninstall package name in a shell. On Feb 14, 11:23 am, Eurig Jones eurigjo...@gmail.com wrote: I'm having an annoying issue when developing my app within Eclipse + ADT... Application already deployed. No need to reinstall. If I've changed my code it doesn't recognise the change

[android-developers] Re: Application already deployed. No need to reinstall.

2010-02-14 Thread Eurig Jones
But that will just uninstall my app! On Feb 14, 9:20 pm, OldSkoolMark m...@sublimeslime.com wrote: run adb uninstall package name in a shell. On Feb 14, 11:23 am, Eurig Jones eurigjo...@gmail.com wrote: I'm having an annoying issue when developing my app within Eclipse + ADT...

[android-developers] Re: Application already deployed. No need to reinstall.

2010-02-14 Thread Eurig Jones
I fixed this by recreating my project for a freshly created android project in eclipse. This now seems to install the apk and recognise i modified something! On Feb 14, 9:59 pm, Eurig Jones eurigjo...@gmail.com wrote: But that will just uninstall my app! On Feb 14, 9:20 pm, OldSkoolMark