We have a android project which we usually build with ant. When we tried to build the app in a different android device it gives us an INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES.
After looking into various other questions posted in stackoverflow such as: INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES when install app for the first time
I had tried to manually uninstall the app and then do the ant build. Even though it gives the same error. Can anybody help with this?