JSON-java
JSON-java copied to clipboard
error: cannot find symbol import org.json.XML; ^ symbol: class XML location: package org.json
Hi, Can I handle this issue now?
Status: I verified XML.java is present and correctly declared; the error stems from classpath/module collision (commonly Android). Next step is to align your dependency or shade as above, or install a JDK and build locally.
Hi, Can I handle this issue now?
@marktech0813 You are welcome to try. Take a look at the FAQ, especially this item: How do you decide which pull requests to accept?, to get an idea of the kinds of changes that are allowed for this project.