Replies: 3 comments
-
@HACore Thanks for your report!! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm looking forward to v0.8 version! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@HACore Let me convert this issue to discussions! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Describe the bug
When inserting
EuRxManager
object into the code, there's a problem that the app is terminated with fatal exception.Initializing this object causes
NoClassDefFoundError
.The imported
Euphony
is 0.7.1.6 version on the centralMaven artifact repositoryWhile looking for a way to resolve this issue, I found out that this issue may have been caused by setting 'testCoverageEnabled true' in library module.
(ref. Setting 'testCoverageEnabled true' in library module crashes app on start-up)
Fortunately, it was reflected in a084f06 recently as I looked at commit history and from the next version, it seems that this issue will not be there.
But for the unlucky person who import
co.jbear.lib:euphony:0.7.1.6
like me, I thought I should report the solution to this issue.I hope this report helps someone suffering🤣
And also, thanks to @designe comment, I got to know version prior to 0.8 is working well on jcenter.
So the simplest solution is to use
euphony.lib:euphony:0.7.1.6
!Beta Was this translation helpful? Give feedback.
All reactions