question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot use the library in Android

See original GitHub issue

When 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:closed
  • Created 6 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
adam-aroldcommented, Mar 19, 2018

Cool. I’ll remove Rx and create a new release hopefully today(GMT+1).

1reaction
W3D3commented, Mar 20, 2018

Issue is gone, thank you a lot for fixing this so quickly!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android Studio can't find library classes after Gradle build
6 Answers 6 · Close Android Studio · Delete the .idea folder in the project's directory · Open Android Studio · Re-import the...
Read more >
Support Library Setup - Android Developers
How to set up your app to use the Android Support Libraries.
Read more >
Building your own Android library - CodePath Cliffnotes
Creating a new Android Library. When you create a new Android project, a new application is always created. You can use this application...
Read more >
How to Add a Library Project to Android Studio?
Adding an external library in Android Studio is a very common thing but still, most beginners or freshers find it difficult to do....
Read more >
com.android.library cannot be found · Issue #1881 · tdlib/td
You need to update build.gradle of your app. See https://stackoverflow.com/questions/30932278/plugin-with-id-com-android-library-not- ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found