I want to install on my phone the production and development apks of my Android app, which initially are going to be exactly the same.
The only thing that I have changed so far is <application android:label="@string/app_name">
in the AndroidManifest.xml to a different string.
However, when I try to install the new APK on my device, it detects the app as an update of the production one.
What can I do to make my phone understand that these are two different apps?