-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
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
Android P API Compatibility #1387
Comments
I can confirm this is in latest version 2.8.5 This warning also appears in Google Play Developer console under compatibility issues. |
This is still in the latest version 2.8.6, and is still appearing as a warning on the Google Play Developer console. |
+1 |
Add androidx multidex in build.gradle it's working for me |
Probably related to #445 |
I have the following:
I get:
|
Do you intentionally rely on Gson creating instances of classes without default constructor1?
Footnotes
|
I installed my app on Android P, there was a dialog showing "Detected problems with API compatibility (visit g.co/dev/appcompat for more info)" every time i launched my app. I enabled the new StrictMode feature and I got the stack trace:
So there is any solution or workaround not to reflect system non-open api?
The text was updated successfully, but these errors were encountered: