the application has stopped unexpectedly error with b4a-Bridge

Electrocutioner

Member
Licensed User
Longtime User
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!
 

Electrocutioner

Member
Licensed User
Longtime User
yes, I have "Allow installation of non-market apps" checked

When you say SD card writeable I have a "usb mass storage option"

Also I am able to run the sample files without a problem. This sounds absurd, but It is acting as if the program is too short.

Thanks
 
Upvote 0
Top