ConnectSDK - Cannot add a configuration with name 'testCompile' as a configuration with that name already exists

1.1k Views Asked by At

I'm trying to download connnectSDK-lite for android and when I sync gradle I come up with this error:

Error:(18, 0) Cannot add a configuration with name 'testCompile' as a configuration with that name already exists.

I've done some digging and the problem seems to be with the unit test framework roboelectric that connectSDK uses.

Cannot add a configuration with name 'testCompile' as a configuration with that name already exists

I checked out this post and tried messing around with connectSDK's build.gradle to see if I could fix anything, but haven't had any success. I was hoping you guys might be able to point me in the right direction.

0

There are 0 best solutions below