porting to Android: why am I getting “Can't create default XMLReader; is system property org.xml.sax.driver set?”?

前端 未结 3 1629
半阙折子戏
半阙折子戏 2021-01-13 06:19

I am porting some Java code that worked fine on my desktop to Android. I have the following code segment:

import org.xml.sax.InputSource;
import org.xml.sax.         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-13 06:48

    Resolved by following Parsing an XML File Using SAX (The Java™ Tutorials > Java API for XML Processing (JAXP) > Simple API for XML)

提交回复
热议问题