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

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

build.gradle:

\"build.gradle\"

Android build.gradle shows following error

ERROR: Parse         


        
12条回答
  •  佛祖请我去吃肉
    2020-12-03 17:47

    I got this same error, and finally I found that there is error in Mainfest.xml file

     
        >
    

    you see, there are two >> after /service. which is wrong. After I fix this error, this message is disappear

提交回复
热议问题