Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android Build a Weather App Concurrency and Error Handling Making Our Code Asynchronous

I'm getting error while running my stormy app

OkHttp error while running the stormy app

Error: Static interface methods are only supported starting with Android N (--min-api 24): okhttp3.Request okhttp3.Authenticator.lambda$static$0(okhttp3.Route, okhttp3.Response)

I need to know the reason and solution as well thanks in advance

Aung Bo Bo
Aung Bo Bo
3,739 Points

I also get this error

1 Answer

Hi Abdul. With the latest OkHttp release (13.3+), you need to have Java 8 enabled in Android Studio, or your minSdk version needs to be Lollipop (API 21). You can check the library log here. Just follow the instructions in the official documentation here to enable Java 8.

Hope that helps :)