Android Question PhoneSMS Crash

QtechLab

Active Member
Licensed User
Longtime User
Good morning every one,
i'm writing today in order to understand the meaning of this error.

i was simply coding an SMS sender with some user defined parameters. When i debug the App, at the moment to Send the message the App crash.

Here is my code
B4X:
Dim smscomp as PhoneSms
try
'The following the line 98
[INDENT]smscomp.Send(myDevice.Telefono, myDevice.code & " CONNECT CLOUD")[/INDENT]
catch
[INDENT]msgbox("Error sms composing", "Warning")[/INDENT]
end try

Here is the debugger error.

Cat01.JPG
 

QtechLab

Active Member
Licensed User
Longtime User
i was... -.-" Now I'm trying with my HTC One Mini and it works properly... sorry for the junk thread
 
Upvote 0
Top