Android Question Fatal Exception: java.lang.NullPointerException

D

Deleted member 103

Guest
Hello,

Crash report from Crashlytics-Firebase.
I can not imagine where the mistake is.


B4a-Code:

B4X:
Sub Service_Create
...
#if Release
   'Log("billmanager Starten")
   InitBillmanager
#end if

End Sub

Public Sub InitBillmanager
    billmanager.Initialize("billmanager", key)

    Wait For billmanager_BillingSupported (Supported As Boolean, Message As String)
    IsBillingSupported = Supported
    If Supported Then
        CallSubDelayed (Main, "GetOwnedProducts")
    End If
End Sub





But I found something here(stackoverflow).
 

npsonic

Active Member
Licensed User
Your code has nothing to do with crash. Device is most likely rooted and doesn't behave like it should, also RAM 17.27 GB ?!
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…