Gradle - Null extracted folder for artifact: ResolvedArtifact I solved this issue by upgrading AGP version from 4 2 to 7 0 In the build gradle file: buildscript { ext { agp_version = '7 0 0' dependencies { classpath "com android tools build:gradle:$agp_version" Well, you can be more explicit like this When importing arr jar to AS, I have encountered this issue
android - Null extracted folder for artifact: ResolvedArtifact . . . We asked client the remove android enableJetifier=true this line from gradle properties We asked client to increase memory size by using: org gradle jvmargs=-Xmx4096M -XX:MaxMetaspaceSize=512m this and by increasing more memory size