chuck icon indicating copy to clipboard operation
chuck copied to clipboard

Compile time error

Open danielsunyu opened this issue 8 years ago • 1 comments

Error:Execution failed for task ':lazada-app:compileReleaseDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details. Error:(17, 36) error: package com.readystatesoftware.chuck does not exist

danielsunyu avatar Mar 23 '17 04:03 danielsunyu

I had the same issue on TeamCity with the no-op library. It's building in Android Studio. I replaced compile with implementation, so it became: releaseImplementation 'com.readystatesoftware.chuck:library-no-op:1.1.0' but I don't think this could be the reason. I added back MavenCentral to the repositories to no avail. What could cause this?

herrbert74 avatar Apr 12 '18 14:04 herrbert74