B4A & iDroid (iPhone)

biometrics

Active Member
Licensed User
Longtime User
Has anyone got B4A working with iDroid (for the iPhone)?

I've got the B4A Bridge installed but I'm getting an error on the device on a Compile & Run: "Parse Error", "There is a problem parsing the package."

iDroid: Main Page - iDroid Project
 

biometrics

Active Member
Licensed User
Longtime User
Yes it is running. But when I now connect the debugger it connects and then after a few seconds there is message box:

Parse error
There is a problem parsing the package.
 
Upvote 0

biometrics

Active Member
Licensed User
Longtime User
Same problem with this minimal app:

Sub Process_Globals

End Sub

Sub Globals

End Sub

Sub Activity_Create(FirstTime As Boolean)
Msgbox("Test", "Test")
End Sub

Sub Activity_Resume

End Sub

Sub Activity_Pause (UserClosed As Boolean)

End Sub
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…