Skip to content
Advertisement

No static method metafactory

I have an issue with my app that when I log in, the app crashes and I get the error:

JavaScript

I have tried to mess with the gradle and change variables. The issue seems to stem from this package:

JavaScript

It then gives to another reference to:

JavaScript

Here is my gradle:

JavaScript

How can I find the method to fix the error?

Advertisement

Answer

Try to switch to Java 8 compatibility mode, for proper de-sugaring of some library:

JavaScript

Besides, Google JSON API might rather need the GsonConverterFactory.

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement