jgilfelt / chuck

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

App crash #55

Open v-singhal opened 7 years ago

v-singhal commented 7 years ago

I have integrated the chuck library as indicated in the documentation however the app is crashing as soon it is fired up. The logs aren't much help either as they don't show an explicit crash.

The only way to stop the crash is to remove the compile 'com.readystatesoftware.chuck from build.gradle. Commenting the code to add an interceptor doesn't help either. Only removing the library from the compile options works to successfully run the app.

Any suggestions on what I should be a on a lookout for, maybe popular libraries?

su1216 commented 7 years ago

@v-singhal Do you have more than one process in your app?

v-singhal commented 7 years ago

@su1216 No. Just the one.

e-Joe commented 7 years ago

I have the same problem. But I try to use Chuck in the library , maybe that is a problem ?

v-singhal commented 7 years ago

@e-Joe I am using Chuck as a library only, added in my Android Studio project via gradle. Is there any other way to use it?