PiracyChecker icon indicating copy to clipboard operation
PiracyChecker copied to clipboard

-adaptclassstrings in Proguard causes NOT_LICENSED

Open Merthan opened this issue 3 years ago • 0 comments

I'll keep this short

-adaptclassstrings in proguard files causes these errors in logcat:

W/Parcel: **** enforceInterface() expected 'fh' but read 'com.android.vending.licensing.ILicenseResultListener'

and also (random class name I assume, although only those 2 came up for me)

W/Parcel: **** enforceInterface() expected 'pg' but read 'com.android.vending.licensing.ILicenseResultListener'

Using the newest version and dynamic feature modules.

Probably took 10 hours or something finally finding this :(

Merthan avatar Apr 25 '21 17:04 Merthan