Android Question Launching B4A bridge

wimpie3

Well-Known Member
Licensed User
Longtime User
I'm trying to launch the B4A Bridge app using this code:

B4X:
Dim i As Intent
i.Initialize("anywheresoftware.b4a.b4abridge", "")
StartActivity(i)

However, it's not working... what am I doing wrong?
 
Top