Android Question Error Rapid Compile - Beta

ernschd

Active Member
Licensed User
Longtime User
Hi,

I get the following error running my project with the rapid Debugger:
B4X:
Parsing code.                          0.03
Compiling code.                        0.18
Compiling layouts code.                0.04
Generating R file.                      0.19
Compiling debugger engine code.        Error
B4A line: 62
End Sub
javac 1.7.0_21
shell\src\mplay\example\dbclass_subs_0.java:546: error: ')' expected
public static RemoteObject  _setalbum(RemoteObject __ref,RemoteObject dbclass._album) throws Exception{
                                                                            ^
1 error
Do you need something else from me? Source code or the java file?

Regards
 
Top