Hello, ADT team. I usually build projects from Terminal and to run tests Gradle creates separate process GradleWorkerMain which launches as regular Java app on OS X and *steals focus from any currently launched app* (especially annoying when OS X switches to GradleWorkerMain from IDE in full-screen mode).
Here is very similar issue on b.android.com: https://code.google.com/p/android/issues/detail?id=76938 My workaround for this: https://gist.github.com/artem-zinnatullin/4c250e04636e25797165 You can reproduce this problem via cloning and building (./gradlew clean build or just sh ci.sh) StorIO project: https://github.com/pushtorefresh/storio, but I may add workaround into the repository soon, so please check root build.gradle. Can you please take a look at this issue? -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
