How to switch debug directory view to release, or vice versa?

1

In Android Studio in the left side corner it is possible to set the display type of in relation to the directory structure, as in my case shows is set to Android. See below:

As you can see, the google_maps_api.xml(debug) is underlined within the values directory. Is there a way to instead show debug files, show release ? How to switch directory view from debug to release , or vice versa?

    
asked by anonymous 29.06.2017 / 20:25

1 answer

0

Follow the steps below:

  • 1) In the lower left corner of the IDE click the Build Variants tab.

  • 2) In the window that opens, in the Build Variant column, choose release

    
29.06.2017 / 20:47