Reputation: 55
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.
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
Reputation: 700
change this line:
com.android.tools.build:gradle:2.3.3
to
com.android.tools.build:gradle:3.0.+
Upvotes: 2