1
In Android Studio on the left side corner it is possible to set the type of view relative to the directory structure, as in my case shows is set Android. See below:
As you can see, the google_maps_api.xml(debug)
inside the directory values
. There is a way instead of showing files from debug
, show those of release
? How to Toggle View of Directories from debug
for release
, or vice versa?
Related: Different source code for release/debug version.
– ramaral