Vitaly Krapauskas
Vitaly Krapauskas

Reputation: 55

How can I deal with "LifecycleOwner" error in android studio 3.0.1?

I have imported an old version project(android studio 2.3.3) in android studio 3.0.1. When I build this project, I get this error. enter image description here

I have been trying to fix this error for several days but I can't deal with that. Can anybody help me?

Upvotes: 0

Views: 267

Answers (1)

Tara
Tara

Reputation: 700

change this line:

com.android.tools.build:gradle:2.3.3

to

com.android.tools.build:gradle:3.0.+

Upvotes: 2

Related Questions