i cloned a project from gitlab and when trying to build it i get the following error:
Null extracted folder for artifact: ResolvedArtifact(componentIdentifier=printerlib-release.aar, variantName=null, artifactFile=C:\Users\RayanSystem\Desktop\New folder (2)\printerlib-release.aar, extractedFolder=null, dependencyType=ANDROID, isWrappedModule=false, buildMapping={current_build=D:\Workspace\hozorghiab-newTablet}, mavenCoordinatesCache=com.android.build.gradle.internal.ide.dependencies.MavenCoordinatesCacheBuildService$Inject@78144c8c)
i then got the required file from the previous developer and added it to my src/libs folder but it still didn't work
things i've tried:
- increasing memory in gradle.properties -> org.gradle.jvmargs=-Xmx4096M
- adding the following to the gradle file implementation files("libs/printerlib-release.aar") implementation files("libs/PrinterSdk-release.aar") along side with the implementation fileTree(dir: 'libs', include: ['.jar', '.aar']) but it was no help at all
if anyone knows the trick i would very appreciate the help thanks in advance