+ 1
How to solve java.lang.nullpointerexception while sending sms using androidhelper?
from androidhelper import Android Android().smsSend("number", "message to send")
1 Antwort
+ 2
What's the exact stacktrace? Normally you can only assure your own values to be not null. If there's something going wrong with non-null values within a third party library, you'll have to investigate (stacktrace).