Wednesday, August 7, 2013

Android Studio doesn't execute build.gradle

Android Studio doesn't execute build.gradle

If i add println("hello world!") to the build.gradle (the one in the root
directory) in android studio, and execute gradlew from the commandline, I
get "hello world!". However, clicking the green arrow in the IDE does not
result in this being printed.
I'm trying to understand what magic the IDE is doing. What gradle tasks
get exectued when I click on the green button? How do I configure this?
What gets printed out to the IDE's console?

No comments:

Post a Comment