NoClassDefFoundError URIBuilder using MSAL 4.2.0 for Android #1797
Unanswered
alexandru-spasenie
asked this question in
Q&A
Replies: 1 comment
-
@alexandru-spasenie Please create an issue if you are still experiencing this problem. We do not monitor this channel actively for customer issues. For any GitHub issues we recommend posting your questions here. |
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
-
Hello, I get a crash when trying to create the



PublicClientApplication
object caused byjava.lang.ClassNotFoundException: Didn't find class "cz.msebera.android.httpclient.client.utils.URIBuilder"
I tried with the official MSAL sample Android project and it seems to be working fine. I suspect it's a library conflict problem that's causing the crash. Maybe I have to exclude a module from the MSAL library or add another library that's needed. I tried to exclude
org.apache.httpcomponents
but no use.Any help or tips are greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions