On my phone I have my release version of my app installed, I also want to install my development version alongside it. When I try to do so in android studio by running the app to my phone, I get
The device already has an application with the same package but a different signature.
After trying to rename the app debug version of the app, I still get this error. Is it possible to have both release and dev version of the app installed at the same time?