I keep getting error when building my project in Android Studio
Error:null value in entry: aaptFriendlyManifestOutputFile=null
How do I fix this
I keep getting error when building my project in Android Studio
Error:null value in entry: aaptFriendlyManifestOutputFile=null
How do I fix this
delete the folder on this path : ...\.gradle\3.3\taskArtifacts and build project again, this folder build by gradle again. Now everything works.
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.
Deleting the .gradle folder in the project root directory solved the problem. Just rebuild the project afterwards.
© 2022 - 2024 — McMap. All rights reserved.