One developer creates 1.0 version debug apk on his machine . Another developer creates 1.1 version debug apk on his machine. Both use the same android device to test applications. If 1.0 version is installed. Can it be updated to 1.1 on the same device. Right now , we get error , app install failed. The logs show this error: Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package signatures do not match previously installed version; ignoring!
We tried to create both the versions on one machine and the update worked on the android device