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

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

build.gradle:

\"build.gradle\"

Android build.gradle shows following error

ERROR: Parse         


        
12条回答
  •  我在风中等你
    2020-12-03 17:52

    check any unwanted characters that are added in the manifest file by mistake. After removing those characters/lines the problem was solved in my working application. check once and happy coding

提交回复
热议问题