-
Notifications
You must be signed in to change notification settings - Fork 25
ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform chromium-aw-release.aar to match attributes {artifactType=jar}. #7
Comments
@tstr007 It seems that chromium-aw-release.aar did not download properly. |
I've tried to
|
The demo project was tested in the Android Studio 4.1 environment, and I suspect this may be a problem caused by this difference. |
updated to latest android studio version 4.2 . |
Hmm... |
apply plugin: 'com.android.application' android {
}
} dependencies { |
Hello, Thanks for making this lib.
I do get these errors whenever trying to add lib to project using local .aar or remotely, using my own project or the demo, using latest version or older ones below 86.x.x . this issue appears in debug and release builds.
ERROR: Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Failed to transform chromium-aw-release.aar to match attributes {artifactType=jar}.
ERROR: Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Failed to transform chromium-aw-release.aar to match attributes {artifactType=jar}.
ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Failed to transform chromium-aw-release.aar to match attributes {artifactType=jar}.
The text was updated successfully, but these errors were encountered: