Error:null value in entry: aaptFriendlyManifestOutputFile=null
Asked Answered
T

3

7

I keep getting error when building my project in Android Studio

Error:null value in entry: aaptFriendlyManifestOutputFile=null

How do I fix this

Totally answered 11/6, 2017 at 15:26 Comment(0)
F
6

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

Filip answered 3/9, 2017 at 17:13 Comment(0)
P
3

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.

Pavo answered 9/4, 2018 at 11:21 Comment(2)
+1, deleting only that folder solved the problem: very efficient, instead of deleting the whole .gradle folderHagio
there was taskHistory file inside taskHistory folder. Deleting only taskHistory file did not work. Deleting "taskHistory folder" worked for me.Pareira
R
1

Deleting the .gradle folder in the project root directory solved the problem. Just rebuild the project afterwards.

Rollandrollaway answered 8/3, 2018 at 15:49 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.