Android build.gradle ERROR: ParseError at [row,col]:[65,9] Message: expected start or end tag Affected Modules: app
问题 build.gradle: Android build.gradle shows following error ERROR: ParseError at [row,col]:[65,9] Message: expected start or end tag Affected Modules: app 回答1: I got the same error, and the wrong character was found in the [row, col] position of the AndroidManifest.xml, not build.gradle 回答2: I got this same error, and finally I found that there is error in Mainfest.xml file <service android:name=".onboarding.httpserver.HttpService" android:exported="false" > </service>> you see, there are two >>