I am trying to figure out what exactly is the difference between debug configuration and run configuration. When is one used and when the other.
When I look in them they are both the same for my application:
- Launch default activity
- Choose deployment target automatically
A debug configuration packages your app with debugging info so you can use break points and step through the code as it runs.
A run configuration is what you would do to get a final product type apk.