3

When i build apk in Android studio project finished successfully but i see this error in event log. How can i solve it??

JDOMParseException: Error on line 1: White spaces are required between publicId and systemId.

2 Answers2

4

I have the same problem, after updating to the latest version of android studio, that is version 1.5.1. My problem is solved by modifying the path of gradle in preferences, figure

[1], and by changing its version on build.gradle of my project, figure

[2].

Milad Faridnia
  • 9,113
  • 13
  • 65
  • 78
Alireza
  • 129
  • 2
  • 9
0

my problem solved by 'Clean Project'

abbasalim
  • 3,118
  • 2
  • 23
  • 45