I am trying to build an apk with xmlParserAPIs-2.6.2.jar
using eclipse without Maven. But unfortunately it gives following error.
trouble processing "javax/xml/parsers/DocumentBuilder.class":
Ill-advised or mistaken usage of a core class (java.* or javax.*)
when not building a core library.
look at this image for error - Image
I follwed https://mcmap.net/q/622907/-android-core-library-error and put this
exec java $javaOpts -jar "$jarpath" --core-library "$@"
in my build tools (21.1.2) dx file. But with no luck , error still remains.I have only 1 build tools (21.1.2). Any help ?