Hello,
I have been having difficulty getting started with my first program.
I am attempting to do realtime debugging with my motorola atrix android 2.3
I can link-up and install using the b4a-bridge, but when I attempt to run the program it stops with the the "application has stopped unexpectedly please try again" error.
What is puzzling is it actually worked the first time, but then successive installs of the same code will cause this error.
The code is just a simple msgbox
Sub Activity_Create(FirstTime As Boolean)
Msgbox("test","test")
End Sub
thanks!
Please help!
I have been having difficulty getting started with my first program.
I am attempting to do realtime debugging with my motorola atrix android 2.3
I can link-up and install using the b4a-bridge, but when I attempt to run the program it stops with the the "application has stopped unexpectedly please try again" error.
What is puzzling is it actually worked the first time, but then successive installs of the same code will cause this error.
The code is just a simple msgbox
Sub Activity_Create(FirstTime As Boolean)
Msgbox("test","test")
End Sub
thanks!
Please help!