Android Bundle Build Error : Fileusesreservednameexception
I am trying to use Android App Bundle but getting an error of 'File 'root/AndroidManifest.xml' uses reserved file or directory name 'AndroidManifest.xml'.' I have two .aar and
Solution 1:
Finally, after trying everything, I've decided to remove all dependencies, and adding them one by one, I found that one of the libraries I am using -"youappi" library in this instance- was causing this problem.After deleting it, the problem is solved.
Post a Comment for "Android Bundle Build Error : Fileusesreservednameexception"