Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.
This repository was archived by the owner on May 14, 2026. It is now read-only.

Java null pointer exception #24

Description

@qaniel

Getting this error on my app startup

E/AndroidRuntime(11067): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.Boolean.booleanValue()' on a null object reference
E/AndroidRuntime(11067): 	at com.microsoft.identity.client.PublicClientApplicationConfigurationFactory.initializeConfigurationInternal(PublicClientApplicationConfigurationFactory.java:96)
E/AndroidRuntime(11067): 	at com.microsoft.identity.client.PublicClientApplicationConfigurationFactory.initializeConfiguration(PublicClientApplicationConfigurationFactory.java:60)
E/AndroidRuntime(11067): 	at com.microsoft.identity.client.PublicClientApplication$3.run(PublicClientApplication.java:366)
E/AndroidRuntime(11067): 	at java.lang.Thread.run(Thread.java:1012)

I have no idea what it could be, any hint guys?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions