Re: [android-developers] Problem installing your own developed app

2010-05-11 Thread TreKing
On Tue, May 11, 2010 at 3:18 AM, nep0x wrote: > 2.- Which the difference between debug and run an app if the result is the > same: install it on your device > Debug allows you to step through your program in the debugger and stop at break points. Run just runs the app. > Failure [INSTALL_PARSE

Re: [android-developers] Problem installing your own developed app

2010-05-11 Thread Jim Blackler
A signed and an unsigned version of your app are seen as different applications by the device. You have to uninstall one before you can install the other. Jim On 11 May 2010 09:18, nep0x wrote: > Hi all! > > I m trying to understand the different ways you can install your app > on your device.

[android-developers] Problem installing your own developed app

2010-05-11 Thread nep0x
Hi all! I m trying to understand the different ways you can install your app on your device. It's clear for me that we have to use the .apk file and the command adb install . One of my question is which is the difference between an unsigned app and a signed one? Other doubt is related with eclipse