Error about illegal character: '\u200b'
PitipongXYZ opened this issue · 1 comments
PitipongXYZ commented
It error when I call this line
Code
List<LogObject> callLogs = logsManager.getLogs(LogsManager.ALL_CALLS);
Error
`Error:(55, 63) error: illegal character: '\u200b'
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.`
Can you let me how to fix this issue?
Thanks
PitipongXYZ commented
Found the solution already, Thanks