Android Question Odd compile error with b4a 6.80 beta

Ohanian

Active Member
Licensed User
Longtime User
hi,

i'm trying to compile an existing project with b4a 6.80 beta and got this error log :

B4X:
Message.create(\
javac 1.8.0_121
shell\src\com\r\hp\playlocal_subs_0.java:397: error: cannot find symbol
playlocal.mostCurrent._message.runVoidMethod ("create",(Object)(BA.ObjectToCharSequence(RemoteObject.createImmutable("??? ??? ??????? ??"))));
                                                                  ^
  symbol:   method ObjectToCharSequence(RemoteObject)
  location: class BA
1 error

any solution?
 
Top