We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce Do as fast as possible:
Stacktrace:
01-18 11:06:11.303: W/System.err(21533): java.lang.NullPointerException: uriString 01-18 11:06:11.313: W/System.err(21533): at android.net.Uri$StringUri.<init>(Uri.java:471) 01-18 11:06:11.313: W/System.err(21533): at android.net.Uri$StringUri.<init>(Uri.java:461) 01-18 11:06:11.313: W/System.err(21533): at android.net.Uri.parse(Uri.java:433) 01-18 11:06:11.313: W/System.err(21533): at de.psdev.licensesdialog.LicensesDialog$7.onCreateWindow(LicensesDialog.java:185) 01-18 11:06:11.313: W/System.err(21533): at com.android.webview.chromium.WebViewContentsClientAdapter.onCreateWindow(WebViewContentsClientAdapter.java:402) 01-18 11:06:11.313: W/System.err(21533): at org.chromium.android_webview.AwWebContentsDelegateAdapter.addNewContents(AwWebContentsDelegateAdapter.java:241) 01-18 11:06:11.313: W/System.err(21533): at org.chromium.base.SystemMessageHandler.nativeDoRunLoopOnce(Native Method) 01-18 11:06:11.313: W/System.err(21533): at org.chromium.base.SystemMessageHandler.handleMessage(SystemMessageHandler.java:53) 01-18 11:06:11.313: W/System.err(21533): at android.os.Handler.dispatchMessage(Handler.java:102) 01-18 11:06:11.313: W/System.err(21533): at android.os.Looper.loop(Looper.java:145) 01-18 11:06:11.313: W/System.err(21533): at android.app.ActivityThread.main(ActivityThread.java:6837) 01-18 11:06:11.313: W/System.err(21533): at java.lang.reflect.Method.invoke(Native Method) 01-18 11:06:11.313: W/System.err(21533): at java.lang.reflect.Method.invoke(Method.java:372) 01-18 11:06:11.313: W/System.err(21533): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404) 01-18 11:06:11.313: W/System.err(21533): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199) 01-18 11:06:11.313: A/chromium(21533): [FATAL:jni_android.cc(295)] Check failed: false. Please include Java exception stack in crash report```
The text was updated successfully, but these errors were encountered:
Seems to be fixed on the master branch. But there is no release after this bugfix (96cda2e).
Sorry, something went wrong.
Sorry, did not have time yet to release it. You can use the snapshots until then: https://oss.sonatype.org/content/repositories/snapshots/de/psdev/licensesdialog/library/1.8.2-SNAPSHOT/
Thanks! Will wait for the release!
No branches or pull requests
Steps to reproduce
Do as fast as possible:
Stacktrace:
The text was updated successfully, but these errors were encountered: