I tried various ways to do this.
Using proxymusic-2.0.jar Library => Marshalling and unmarshalling done between Java object and Xml file, but I didn't find a way to draw it unmarshalled from Xml file on Android app(Activity, View, etc.)
Using JFugue-4.0.3-with-musicxml.jar Library => I think this library is very useful due to MusicXmlParser, MusicXmlRenderer and ParserListener class. However, The current state of Midi support on Android is depressing. They ripped out javax.sound.midi, so all libraries that depend on this are not working. (Things like JFugue for example, OMG).
I just want to show musicXml file to sheet music on android!!! Please recommend me the reference site, or let me know the simple sample code url for resolve this issue.
thank you very much.