I'm getting a strange error when trying to build an android version of our application
`Temp/StagingArea/android-libraries/CropLib/AndroidManifest.xml:6] Undefined 'name' attribute in /manifest/uses-permission`
Which is odd as when I look at the manifest file it has a name attribute on both the `uses-permission`. Here is the whole manifest file.
Any Ideas on what I'm missing? I'm using tools version 23 and unity 5.5.0f3.
↧
Unity can not merge AndroidManifest files because it claims not to find a tag that appears to be set
↧