Long Nguyen

Results 5 comments of Long Nguyen

Did you resolve the problem? I am receiving the same error while building the release APK.

I still get memory leaks as of today.

Waiting for an answer as well. I can build my app in debug build fine but when I switch to release build the chucker classes cannot be resolved.

@cortinico I didn't know what was going on. I actually fixed the problem on my own. I used to have these in my app.gradle: `debugImplementation "com.github.chuckerteam.chucker:library:3.5.2" releaseImplementation "com.github.chuckerteam.chucker:library-no-op:3.5.2"` That didn't...