How to fix Eclipse validation error “No grammar constraints detected for the document”?

后端 未结 18 675
礼貌的吻别
礼貌的吻别 2020-12-24 05:01

Eclipse 3.5.2 is throwing an XML schema warning message:

No grammar constraints (DTD or XML schema) detected for the document.

The applica

18条回答
  •  北海茫月
    2020-12-24 05:17

    Solution For Eclipse:

    add to the begining of each problematic XML,

    after the xml tag

    you can write anything for doctype, but basically it's supposed to be manifest, activity, etc. from what I understand

提交回复
热议问题