My Application Tries Replace Another My Application
My application tries replace another my application. I add aplication on git https://github.com/szalek/AndroidLevel1. When I install the application 'Vinyl' and next install the
Solution 1:
This is because both applications have the same package name. If the package name of the two applications are different, you won't get this message.
In fact, if the package name in the Manifest file (in the <manifest>
tag) matches the package name of another installed application, it will replace it.
Post a Comment for "My Application Tries Replace Another My Application"