We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'll keep this short
-adaptclassstrings in proguard files causes these errors in logcat:
-adaptclassstrings
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 :(
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'll keep this short
-adaptclassstrings
in proguard filescauses 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 :(
The text was updated successfully, but these errors were encountered: