what is generated and intermediates folders in build directory and why outputs folder is missing
问题 I'm building application with Android Studio and Gradle. When the build is finished the build folder contains the following folders: - assets - CordovaLib - build - src - build.gradle - gradle - src - com.my.package - CordovaApp - build.gradle - build - generated - intermediates - outputs //not displayed in android studio's project tree - tmp //not displayed in android studio's project tree 1) What are generated, intermediates and tpm folders? 2) Why aren't the outputs and tmp folder shown in