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

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

build.gradle:

\"build.gradle\"

Android build.gradle shows following error

ERROR: Parse         


        
12条回答
  •  遥遥无期
    2020-12-03 17:45

    also had the same error. just look at the location [row] at the Manifest file and fix the problem (I had extra ">")

提交回复
热议问题