I have android application with different builds:
- com.my.application.dev
- com.my.application.test
- 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?
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