biometrics Active Member Licensed User Longtime User May 25, 2011 #1 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
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
Erel B4X founder Staff member Licensed User Longtime User May 25, 2011 #2 B4A Bridge runs fine on this device? It is a Basic4android application. Upvote 0
biometrics Active Member Licensed User Longtime User May 25, 2011 #3 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
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.
Erel B4X founder Staff member Licensed User Longtime User May 25, 2011 #4 What is the name of your APK file? It may be related. Upvote 0
biometrics Active Member Licensed User Longtime User May 25, 2011 #5 I downloaded it directly from here: http://www.b4x.com/android/files/b4a_bridge.apk using a browser. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 25, 2011 #6 I meant, what is the name of your project APK (usually it is the name of your main project file)? You can find it under <project folder>\Objects. Upvote 0
I meant, what is the name of your project APK (usually it is the name of your main project file)? You can find it under <project folder>\Objects.
Erel B4X founder Staff member Licensed User Longtime User May 25, 2011 #8 Try to compile without the debugger and see if it works (Project - Attach debugger). Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 25, 2011 #10 Did you try to create a simple project and see if it works? Upvote 0
biometrics Active Member Licensed User Longtime User May 25, 2011 #11 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
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