gradle-plugin-git-dependencies icon indicating copy to clipboard operation
gradle-plugin-git-dependencies copied to clipboard

gradlew install

Open dneves opened this issue 10 years ago • 0 comments

Hi.

I'm trying to use this plugin to have git dependencies in my android project. i realised that after cloning the git repository, it is calling the install task on the cloned dependency, which in android is actually trying to install that dependency on the phone. If i do not have a phone connected to my pc, the task fails with


* What went wrong:
Execution failed for task ':installDebugAndroidTest'.
> com.android.builder.testing.api.DeviceException: No connected devices!

my thing is, why is it even calling 'install' ? build would be ok, but i dont want to install those dependencies on any phone.

dneves avatar Oct 23 '15 15:10 dneves