Android build.gradle ERROR: ParseError at [row,col]:[65,9] Message: expected start or end tag Affected Modules: app

前端 未结 12 1598
情深已故
情深已故 2020-12-03 17:24

build.gradle:

\"build.gradle\"

Android build.gradle shows following error

ERROR: Parse         


        
12条回答
  •  广开言路
    2020-12-03 17:40

    I got the same error, and the wrong character was found in the [row, col] position of the AndroidManifest.xml, not build.gradle

提交回复
热议问题