William Klein

Results 4 comments of William Klein

I have the same issue . Here is my stacktrace ``` java.lang.NullPointerException: Attempt to invoke virtual method 'android.content.res.XmlResourceParser android.content.pm.ProviderInfo.loadXmlMetaData(android.content.pm.PackageManager, java.lang.String)' on a null object reference at android.support.v4.content.FileProvider.parsePathStrategy(FileProvider.java:605) at android.support.v4.content.FileProvider.getPathStrategy(FileProvider.java:579) at...

On my side, it was because I was changing the packageId on the build.gradle file but not on the main activity (In a multi-tenant & environment application). I don't have...

I'm facing this issue right now trying some new configs. I reproduce this as soon as I use one `rprompt` block. If I change it to `prompt`, everything works fine.

I'm using oh-my-posh 19.18.1 and still reproducing right now