Hi All
I was using ahaShare & the code below for app sharing
At a certain point it was working fine, but now I am getting the following error:
java.lang.NullPointerException: Attempt to read from field 'java.lang.ref.WeakReference anywheresoftware.b4a.BA$SharedProcessBA.activityBA' on a null object reference
I am also getting the same error with the sample project.
1. I was wondering if there is a solution to fix the above problem
2. Is there a way to call the standard system share as in the link below:
https://developer.android.com/training/sharing/shareaction.html
Thanks in advance
I was using ahaShare & the code below for app sharing
B4X:
Share.Initialize(Me, "Share")
Share.Share("test", "Share Text")
At a certain point it was working fine, but now I am getting the following error:
java.lang.NullPointerException: Attempt to read from field 'java.lang.ref.WeakReference anywheresoftware.b4a.BA$SharedProcessBA.activityBA' on a null object reference
I am also getting the same error with the sample project.
1. I was wondering if there is a solution to fix the above problem
2. Is there a way to call the standard system share as in the link below:
https://developer.android.com/training/sharing/shareaction.html
Thanks in advance
Last edited: