Cant build android

Hi,

i cant build android application,and i receive the following errors.

Error: Non-whitespace before first tag.
Line: 0
Column: 1
Char:

I am using cordova 3.5 ,ionic 1.2.14.

Thanks

1 Like

Fixed by remove platform and add again

ionic platform rm android (remove)
ionic platform add android (add)

8 Likes

Working Charm…Thank you

1 Like