I keep getting an error when creating my project in Android Studio
Error:null value in entry: aaptFriendlyManifestOutputFile=null
How to fix it
delete the folder along this path: ... \. gradle \ 3.3 \ taskArtifacts and create the project again, this folder will create the gradle file again. Now everything works.
Removing the .gradle folder in the project root directory solved the problem. Just rebuild the project later.
You do not need to delete the entire .gradle folder, and in the new Android studio you may not find the taskArtifacts file, so delete only the taskHistory file and rebuild the project.
I delete the folder along this path: ... \. Gradle \ 3.3 \ taskArtifacts and again I collect the project, this folder is again built by gradle. Now everything works fine for me!
Source: https://habr.com/ru/post/1268749/More articles:Identity Server 4 and Docker - c #What would prevent the code running in the Docker container from connecting to the database on a separate server? - sql-serverhow to find the sum to the kth element of a sorted submatrix from l to r? - sortingFalse error using eslint-plugin-import for webpack aliases - javascriptWhat is the need and use of nested functions in JavaScript - javascriptStream characteristics for streams generated for SortedMap may not be displayed in SORTED if they are created using custom Comparator - javaffmpeg how to allow file extension - ffmpegHow to use biglm with more than 2 ^ 31 observations - rNested relationships stop working after the first result - phpnstableview drag and drop with custom cell views - iosAll Articles