Plugin dedicated for Android platform. Wraps gradle task/shell command used for launching instrumented tests. Provides start of as many AVDs with various configs as needed before test run, waits for boot, kills emulators and deletes them from hdd after tests are finished or disturbed.
We've encountered an issue, the plugin crashes when the ./gradlew isn't located in the root folder, because of this line. We would like to use the shell_task anyway, so this PR is a possible fix.
GradleHelper will only be created when executing gradle_task.
First of all, thanks for the plugin, good job!
We've encountered an issue, the plugin crashes when the ./gradlew isn't located in the root folder, because of this line. We would like to use the shell_task anyway, so this PR is a possible fix.
GradleHelper will only be created when executing gradle_task.