android apk file installation

android

Solution

Do you have some valuable application data, that prevents you from uninstalling the app, and then installing the new version?

Try the ADB command for reinstalling already existing application:

adb install -r <path to your .apk>

Problem

I am trying to install apk file in G1 device and get following error: Failure[INSTALL_FAILED_ALREADY_EXISTS] I have already change the name of main file using Manifest too. change the icon too. though the same problem is come over. Any suggestions are welcome. Thanks in Advance.. Sunil Mishra

Original source