jgilfelt / chuck

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

Chuck why doesn't support API level 15? #97

Closed mochadwi closed 3 years ago

mochadwi commented 4 years ago

I've encountered this problems about Fatal Exception: java.lang.NoSuchMethodError: android.util.LongSparseArray.removeAt

and after reading it here from android docs it only support 15

my AndroidManifest also told me compile-error if I'm not using this

<uses-sdk tools:overrideLibrary="com.readystatesoftware.chuck" />

Is there any workaround available? Because we cannot increase our minimum api level yet

mochadwi commented 3 years ago

We're already moving to minSdk 21