Home > Mobile >  Android studio compilation manifest format errors but couldn't find the corresponding position
Android studio compilation manifest format errors but couldn't find the corresponding position

Time:04-16

Android studio compilation manifest format errors but couldn't find the corresponding position, the error information below
The element type "manifest" must be followed by the attribute specification & gt; "" Or "/& gt;" ,
Org. XML. Sax. SAXParseException; LineNumber: 1; ColumnNumber: 42; The element type "manifest" must be followed by the attribute specification & gt; "" Or "/& gt;"

To view the manifest file, find errors.
When the original studio version 3.6.2 gradle version 6.3 can be compiled by

Only have these information.
4.1.3 studio version
Gradle version 7.0

CodePudding user response:

Find the reason. Is gradle7.0 problem, switch to 6.8.3 went through
  • Related