Hi,

I have created a default Android application using Eclipse, created
signed apk and installed it on my phone using adb util. No I have
changed versionCode and versionName like this:
 - before: <manifest android:versionCode="1" android:versionName="1.0"
package="pl.qwe.android.example.aupdatetest" xmlns:android="http://
schemas.android.com/apk/res/android">
 - after: manifest android:versionCode="2" android:versionName="1.1"
package="pl.qwe.android.example.aupdatetest" xmlns:android="http://
schemas.android.com/apk/res/android">

and when trying to do "adb install" I get Failure
[INSTALL_FAILED_ALREADY_EXISTS]. Both versions were signed with the
same key, and actually created one after another to test the problem
(which came from another project).

What's wrong with this? The package name is the same, versions
incremented as required, the same key used.

I don't want to do the full uninstall and then install (adb install -
r ...).

Thank you.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to