Hello,
There is a trending crash report in my firebase crashlytics. Usually I can see the line number of main.java and find the correct line for b4a from this file , this error just shows this :
As I checked on the web it says it is a problem related parsing urls from any string but I can't understand how it is related. Is it possible to find the line for this problem ?
There is a trending crash report in my firebase crashlytics. Usually I can see the line number of main.java and find the correct line for b4a from this file , this error just shows this :
B4X:
Fatal Exception: java.lang.NullPointerException
uriString
android.net.Uri$StringUri.<init> (Uri.java:475)
android.os.Looper.loop (Looper.java:207)
android.app.ActivityThread.main (ActivityThread.java:5765)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:679)
As I checked on the web it says it is a problem related parsing urls from any string but I can't understand how it is related. Is it possible to find the line for this problem ?