jgilfelt / chuck

An in-app HTTP inspector for Android OkHttp clients
Apache License 2.0
4.68k stars 452 forks source link

Compile time error #37

Open dannysunyu opened 7 years ago

dannysunyu commented 7 years ago

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

herrbert74 commented 6 years ago

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?