DOCTYPE Not Allowed Android Studio 3.0.0
Upgrading to Android Studio 3.0.0, syncing and updating gradle plugin, I get the following error: Error:DOCTYPE not allowed if function 'http://apache.org/xml/features/disallow-doc
Solution 1:
You may see more specific details in the "Gradle Build" tab of Messages.
Remove the <!DOCTYPE>
xml tag you have in any AndroidManifest or XML files.
Post a Comment for "DOCTYPE Not Allowed Android Studio 3.0.0"