XML : Is it possible to have a raw XML validated in android studio before compilation?

I am working on an android game and want to define game levels using XML. I already have a working version but I want to be able to validate my XML before compilation and to auto-complete when modifying this XML files. I have the XSD file but I don't know how to force android studio to use it.

No comments:

Post a Comment