Mahmoud D. Alghraibeh
Mahmoud D. Alghraibeh

Reputation: 1597

Execution failed for task Program type already present?

I have this error while build Application

Error:Program type already present: android.support.design.widget.CoordinatorLayout$ViewElevationComparator

any idea about this error ?

Upvotes: 5

Views: 2474

Answers (1)

Nicholas Chum
Nicholas Chum

Reputation: 76

I just stumbled upon this error on the latest Android Studio 3.2 Canary 4 with classpath 'com.android.tools.build:gradle:3.2.0-alpha04'. It was fixed as soon as I updated the support libraries to 27.1.0

Upvotes: 6

Related Questions