Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:null value in entry: aaptFriendlyManifestOutputFile=null

I keep getting error when building my project in Android Studio

Error:null value in entry: aaptFriendlyManifestOutputFile=null

How do I fix this

like image 261
Anthony Lauly Avatar asked Jun 11 '17 15:06

Anthony Lauly


2 Answers

delete the folder on this path : ...\.gradle\3.3\taskArtifacts and build project again, this folder build by gradle again. Now everything works.

like image 75
sagar kaneriya Avatar answered Oct 20 '22 01:10

sagar kaneriya


You dont need to delete whole .gradle folder and in new android studio you might not find the taskArtifacts file so delete taskHistory file only and rebuild the project.

like image 3
VaibhavBhosale Avatar answered Oct 20 '22 01:10

VaibhavBhosale