Hacker News new | ask | show | jobs
by VWWHFSfQ 1868 days ago
Does opening an android project in android studio implicitly run any of the code in the project? I'm guessing it does, because the ide seems to be very busy all the time, even when idle
1 comments

build.gradle can contain arbitrary Groovy code with full system access, and needs to be executed to figure out the project structure.