Android Studio to use inside information to print and check print gradle

When used inside Android Studio to write gradle, they sometimes need to print some of the information used for debugging, etc., gradle print and view information print method is as follows: 
  using println function can print, such as println ( "hello, gradle")
  and then use the output window the following Build -> Toggle view gradle to switch to the output window, you can see the print information output.
    
 

 

Guess you like

Origin www.cnblogs.com/yongfengnice/p/11260882.html