Failed to transform file ‘some-lib-release.aar’ to match attributes {artifactType=processed-aar} using transform JetifyTransform

The error seems to be caused by corrupt Jetified files. Delete ONLY the corrupted .aar from the Gradle caches folder: rm ~/.gradle/caches/modules-2/files-2.1/path-to/some-release.aar The “path-to” will be probably be the package name e.g., com.example.somerelease Sometimes it is possible to get the path of the file to delete from the error message itself and cut and paste … Read more

The given artifact contains a string literal with a package reference ‘android.support.v4.content’ that cannot be safely rewritten. for androidx

New correct answer: Butterknife 10.0.0 added support for AndroidX. dependencies { implementation ‘com.jakewharton:butterknife:10.0.0’ annotationProcessor ‘com.jakewharton:butterknife-compiler:10.0.0’ } Old answer for Butterknife < 10.0.0: Try blacklisting butterknife from the jetifier: gradle.properties file: android.jetifier.blacklist = butterknife.*\\.jar You need to be on the 3.3.0-rc1 of the AGP and the 1.3.0 version of the Kotlin Gradle plugin: buildscript { repositories … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)