Search code examples
androidpackagesignatureandroid-buildandroid-signing

Android apps with same signature but different packages


I have android application with different builds:

  1. com.my.application.dev
  2. com.my.application.test
  3. com.my.application.release

but they are signed with same signature. When i try to install on device few builds simultaneously, i get error "package with this name already exist". Is it ok? Is this correct behavior?


Solution

  • I found the cause of this problem. There was a problem with the content provider, builds had different packages but tried to add content providers with the same name