android - ConnectSDK - Cannot add a configuration with name 'testCompile' as a configuration with that name already exists -
i'm trying download connnectsdk-lite android , when sync gradle come error:
error:(18, 0) cannot add configuration name 'testcompile' configuration name exists.
i've done digging , problem seems unit test framework roboelectric connectsdk uses.
cannot add configuration name 'testcompile' configuration name exists
i checked out post , tried messing around connectsdk's build.gradle see if fix anything, haven't had success. hoping guys might able point me in right direction.
Comments
Post a Comment