Cannot use the library in Android
See original GitHub issueWhen using hexameter in Android I receive the error message:
`AGPBI: {“kind”:“error”,“text”:“trouble processing "javax/xml/parsers/DocumentBuilder.class":”,“sources”:[{}]}
AGPBI: {“kind”:“error”,“text”:“Ill-advised or mistaken usage of a core class (java.* or javax.*)”,“sources”:[{}]}
AGPBI: {“kind”:“error”,“text”:“when not building a core library.”,“sources”:[{}]}
AGPBI: {“kind”:“error”,“text”:“This is often due to inadvertently including a core library file”,“sources”:[{}]}
AGPBI: {“kind”:“error”,“text”:“in your application\u0027s project, when using an IDE (such as”,“sources”:[{}]}
AGPBI: {“kind”:“error”,“text”:“Eclipse). If you are sure you\u0027re not intentionally defining a”,“sources”:[{}]}
AGPBI: {“kind”:“error”,“text”:“core class, then this is the most likely explanation of what\u0027s”,“sources”:[{}]}
AGPBI: {“kind”:“error”,“text”:“going on.”,“sources”:[{}]}`
… and so on.
That dependency of a core class is somewhere in hexameter-core. I use the version 3.0.0 of that library.
Issue Analytics
- State:
- Created 6 years ago
- Comments:16 (9 by maintainers)
Cool. I’ll remove Rx and create a new release hopefully today(
GMT+1
).Issue is gone, thank you a lot for fixing this so quickly!