miqbaldc
04/12/2020, 11:18 PMkevindmoore
04/13/2020, 12:55 AMmiqbaldc
04/13/2020, 8:20 AMColton Idle
04/13/2020, 9:14 PMmiqbaldc
04/14/2020, 5:01 AMlouiscad
04/15/2020, 6:49 AMmiqbaldc
04/15/2020, 10:54 AMlouiscad
04/15/2020, 11:11 AMmiqbaldc
04/15/2020, 2:11 PMChucker
(the maintained version of chuck
) yes, I don’t have any problems anymore for chuck. But, the issue still persist for a few library (e.g: CleverTap
).
I’ve been wondering, gradle caching might messed-up the jetified process. So, instead using the jetified-*
aar version, AS keeps fetching/using the real one that still using Support Library.
Stated in my SO Questions, the image I’ve provided, shown that CleverTap
did works jetified. (see attached image)
Unfortunately, when trying solving a common error situations: (invalidate cache, restart, clean, build, remove .idea & .gradle) seems not succeed for me. The AS (in Project structure view -> External Libraries) using original CleverTap
still used instead of the jetified version.louiscad
04/15/2020, 2:21 PMmiqbaldc
04/15/2020, 8:32 PMlouiscad
04/15/2020, 9:03 PMandroid.enableJetifier=true
in the gradle.properties
file in the root of the project, with no typo?miqbaldc
04/15/2020, 9:10 PMCleverTap
(also others listed in my SO questions)louiscad
04/15/2020, 9:12 PMmiqbaldc
04/15/2020, 9:15 PMjetifier
“whitelisting” works for now @louiscad