You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
../../../../../.gradle/caches/modules-2/files-2.1/com.google.oauth-client/google-oauth-client-java6/1.15.0-rc/43f887355f67498501ff3d139c0bc53591244520/google-oauth-client-java6-1.15.0-rc.jar: Invalid package reference in library; not included in Android: java.awt. Referenced from com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp.
I'm assuming this error can be supressed?
This is only an error if your code calls one of the library classes which wind up referencing the unsupported package.
Im guessing this class isnt used in your project.
The text was updated successfully, but these errors were encountered:
Did you try optimizing the imports before doing a build. Also try importing the library as code in your project. I don't see the file com.google.api.client.extensions.java6.auth.oauth2.AuthorizationCodeInstalledApp at all.
Lint gave me the following error:
I'm assuming this error can be supressed?
Im guessing this class isnt used in your project.
The text was updated successfully, but these errors were encountered: