Android Question error has occurred in line Log(LastException)

scsjc

Well-Known Member
Licensed User
Longtime User
I don't know why it's been happening to me lately that in a specific user, within the TRY CATCH I get an error on the terminal screen java.lang.NullPointerException
Can someone tell me how to avoid this error?


1720177693184.png



1720177722792.png




1720177799248.png
 

Daestrum

Expert
Licensed User
Longtime User
maybe check

strings.GetDefault(Key.ToLowerCase, Key) isn't returning a Null value
 
Upvote 0
Top