android-youtube-player icon indicating copy to clipboard operation
android-youtube-player copied to clipboard

Failed to transform artifact 'lifecycle-runtime-ktx.aar (androidx.lifecycle:lifecycle-runtime-ktx)' to match attributes {artifactType=jar}

Open Tejpandya opened this issue 1 year ago • 2 comments

After implementing this library in Gradle, I'm getting this error in Android Studio

Failed to transform artifact 'lifecycle-runtime-ktx.aar (androidx.lifecycle:lifecycle-runtime-ktx:2.6.0)' to match attributes {artifactType=jar}

Current Library Version: implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:core:12.1.0'

Gradle Version: 5.5.1

compileSdkVersion 30

Any Solution?

Tejpandya avatar Sep 26 '23 16:09 Tejpandya

Hi, I suggest updating to the latest version of Gradle.

PierfrancescoSoffritti avatar Sep 26 '23 16:09 PierfrancescoSoffritti

Any release below 10.0.5 works fine with lower gradle.

rohitpillaii avatar Feb 06 '24 09:02 rohitpillaii